#0C213F

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

Shades of Tangaroa #0C213F

Tints of Tangaroa #0C213F

Color information

#0C213F (or 0x0C213F) is unknown color: approx Tangaroa. HEX triplet: 0C, 21 and 3F. RGB value is (12,33,63). Sum of RGB (Red+Green+Blue) = 12+33+63=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C213F is #F3DEC0. Grayscale: #1E1E1E. Windows color (decimal): -15982273 or 4137228. OLE color: 4137228.

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

Color convert

RGB123363-
CMYK0.810.4800.75
HSL215.29º68%14.71%-
HSV(B)215.29º80.95%24.71%-
XYZ1.591.524.91-
YUV30.14146.54115.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.11%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 63 (25% from 255) = 58.33%
R=11.11%
G=30.56%
B=58.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1233630.810.4800.75215.296814.71
HexC213F513004Bd744f
Octal14417712160011332710417
Binary11001000011111111010001110000010010111101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,33,63); }

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

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

 a { background-color: rgb(12,33,63); }

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

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

 span { border-color: rgb(12,33,63); }

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