#10364E

Color #10364E Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #10364E

Tints of Blue Whale #10364E

Color information

#10364E (or 0x10364E) is unknown color: approx Blue Whale. HEX triplet: 10, 36 and 4E. RGB value is (16,54,78). Sum of RGB (Red+Green+Blue) = 16+54+78=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #10364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10364E is #EFC9B1. Grayscale: #2D2D2D. Windows color (decimal): -15714738 or 5125648. OLE color: 5125648.

HSL color Cylindrical-coordinate representation of color #10364E: hue angle of 203.23º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10364E is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB165478-
CMYK0.790.3100.69
HSL203.23º65.96%18.43%-
HSV(B)203.23º79.49%30.59%-
XYZ2.913.37.69-
YUV45.37146.41107.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 78 (30.86% from 255) = 52.70%
R=10.81%
G=36.49%
B=52.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1654780.790.3100.69203.2365.9618.43
Hex10364E4F1F045cb4212
Octal206611611737010531310222
Binary1000011011010011101001111111110100010111001011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10364E; }

 p { color: rgb(16,54,78); }

 H1.HeaderClassName
 {
   color: #10364E;
 }
 .AnyTagClassName
 {
   color: #10364E;
 }
</style>
background-color css

<style>
 a { background-color: #10364E; }

 a { background-color: rgb(16,54,78); }

 div.DivClassName
 {
   background-color: #10364E;
 }
 .BgClassName
 {
   background-color: #10364E;
 }
</style>
border-color css

<style>
 span { border-color: #10364E; }

 span { border-color: rgb(16,54,78); }

 td.TdClassName
 {
   border-color: #10364E;
 }
 .TagClassName
 {
   border-color: #10364E;
 }
</style>