#0C2039

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

Shades of Tangaroa #0C2039

Tints of Tangaroa #0C2039

Color information

#0C2039 (or 0x0C2039) is unknown color: approx Tangaroa. HEX triplet: 0C, 20 and 39. RGB value is (12,32,57). Sum of RGB (Red+Green+Blue) = 12+32+57=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C2039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2039 is #F3DFC6. Grayscale: #1C1C1C. Windows color (decimal): -15982535 or 3743756. OLE color: 3743756.

HSL color Cylindrical-coordinate representation of color #0C2039: hue angle of 213.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C2039 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB123257-
CMYK0.790.4400.78
HSL213.33º65.22%13.53%-
HSV(B)213.33º78.95%22.35%-
XYZ1.411.414.07-
YUV28.87143.87115.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.88%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=11.88%
G=31.68%
B=56.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1232570.790.4400.78213.3365.2213.53
HexC20394F2C04Ed541e
Octal14407111754011632510116
Binary11001000001110011001111101100010011101101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,32,57); }

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

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

 a { background-color: rgb(12,32,57); }

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

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

 span { border-color: rgb(12,32,57); }

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