#0E334A

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

Shades of Blue Whale #0E334A

Tints of Blue Whale #0E334A

Color information

#0E334A (or 0x0E334A) is unknown color: approx Blue Whale. HEX triplet: 0E, 33 and 4A. RGB value is (14,51,74). Sum of RGB (Red+Green+Blue) = 14+51+74=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E334A is #F1CCB5. Grayscale: #2A2A2A. Windows color (decimal): -15846582 or 4862734. OLE color: 4862734.

HSL color Cylindrical-coordinate representation of color #0E334A: hue angle of 203º 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 #0E334A is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB145174-
CMYK0.810.3100.71
HSL203º68.18%17.25%-
HSV(B)203º81.08%29.02%-
XYZ2.62.966.91-
YUV42.56145.74107.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.07%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 74 (29.30% from 255) = 53.24%
R=10.07%
G=36.69%
B=53.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1451740.810.3100.7120368.1817.25
HexE334A511F047cb4411
Octal166311212137010731310421
Binary111011001110010101010001111110100011111001011100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,51,74); }

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

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

 a { background-color: rgb(14,51,74); }

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

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

 span { border-color: rgb(14,51,74); }

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