#0C203E

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

Shades of Tangaroa #0C203E

Tints of Tangaroa #0C203E

Color information

#0C203E (or 0x0C203E) is unknown color: approx Tangaroa. HEX triplet: 0C, 20 and 3E. RGB value is (12,32,62). Sum of RGB (Red+Green+Blue) = 12+32+62=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 62 (24.61% from 255 or 58.49% from 106); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C203E is #F3DFC1. Grayscale: #1D1D1D. Windows color (decimal): -15982530 or 4071436. OLE color: 4071436.

HSL color Cylindrical-coordinate representation of color #0C203E: hue angle of 216º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C203E is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB123262-
CMYK0.810.4800.76
HSL216º67.57%14.51%-
HSV(B)216º80.65%24.31%-
XYZ1.541.464.76-
YUV29.44146.37115.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 62 (24.61% from 255) = 58.49%
R=11.32%
G=30.19%
B=58.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1232620.810.4800.7621667.5714.51
HexC203E513004Cd844f
Octal14407612160011433010417
Binary11001000001111101010001110000010011001101100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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