#0E3149

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

Shades of Blue Whale #0E3149

Tints of Blue Whale #0E3149

Color information

#0E3149 (or 0x0E3149) is unknown color: approx Blue Whale. HEX triplet: 0E, 31 and 49. RGB value is (14,49,73). Sum of RGB (Red+Green+Blue) = 14+49+73=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E3149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3149 is #F1CEB6. Grayscale: #292929. Windows color (decimal): -15847095 or 4796686. OLE color: 4796686.

HSL color Cylindrical-coordinate representation of color #0E3149: hue angle of 204.41º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E3149 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB144973-
CMYK0.810.3300.71
HSL204.41º67.82%17.06%-
HSV(B)204.41º80.82%28.63%-
XYZ2.482.776.71-
YUV41.27145.9108.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.29%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 73 (28.91% from 255) = 53.68%
R=10.29%
G=36.03%
B=53.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1449730.810.3300.71204.4167.8217.06
HexE31495121047cc4411
Octal166111112141010731410421
Binary1110110001100100110100011000010100011111001100100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3149; }

 p { color: rgb(14,49,73); }

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

<style>
 a { background-color: #0E3149; }

 a { background-color: rgb(14,49,73); }

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

<style>
 span { border-color: #0E3149; }

 span { border-color: rgb(14,49,73); }

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