#0C2C4A

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

Shades of Blue Whale #0C2C4A

Tints of Blue Whale #0C2C4A

Color information

#0C2C4A (or 0x0C2C4A) is unknown color: approx Blue Whale. HEX triplet: 0C, 2C and 4A. RGB value is (12,44,74). Sum of RGB (Red+Green+Blue) = 12+44+74=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C2C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2C4A is #F3D3B5. Grayscale: #252525. Windows color (decimal): -15979446 or 4860940. OLE color: 4860940.

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

Color convert

RGB124474-
CMYK0.840.4100.71
HSL209.03º72.09%16.86%-
HSV(B)209.03º83.78%29.02%-
XYZ2.292.376.82-
YUV37.85148.4109.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 74 (29.30% from 255) = 56.92%
R=9.23%
G=33.85%
B=56.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1244740.840.4100.71209.0372.0916.86
HexC2C4A5429047d14811
Octal145411212451010732111021
Binary1100101100100101010101001010010100011111010001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,44,74); }

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

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

 a { background-color: rgb(12,44,74); }

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

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

 span { border-color: rgb(12,44,74); }

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