#0E2D48

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

Shades of Blue Whale #0E2D48

Tints of Blue Whale #0E2D48

Color information

#0E2D48 (or 0x0E2D48) is unknown color: approx Blue Whale. HEX triplet: 0E, 2D and 48. RGB value is (14,45,72). Sum of RGB (Red+Green+Blue) = 14+45+72=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E2D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2D48 is #F1D2B7. Grayscale: #262626. Windows color (decimal): -15848120 or 4730126. OLE color: 4730126.

HSL color Cylindrical-coordinate representation of color #0E2D48: hue angle of 207.93º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E2D48 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB144572-
CMYK0.810.3800.72
HSL207.93º67.44%16.86%-
HSV(B)207.93º80.56%28.24%-
XYZ2.292.446.48-
YUV38.81146.73110.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.69%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=10.69%
G=34.35%
B=54.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1445720.810.3800.72207.9367.4416.86
HexE2D485126048d04311
Octal165511012146011032010321
Binary1110101101100100010100011001100100100011010000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,45,72); }

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

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

 a { background-color: rgb(14,45,72); }

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

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

 span { border-color: rgb(14,45,72); }

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