#0C223C

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

Shades of Tangaroa #0C223C

Tints of Tangaroa #0C223C

Color information

#0C223C (or 0x0C223C) is unknown color: approx Tangaroa. HEX triplet: 0C, 22 and 3C. RGB value is (12,34,60). Sum of RGB (Red+Green+Blue) = 12+34+60=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C223C is #F3DDC3. Grayscale: #1E1E1E. Windows color (decimal): -15982020 or 3940876. OLE color: 3940876.

HSL color Cylindrical-coordinate representation of color #0C223C: hue angle of 212.5º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C223C is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB123460-
CMYK0.800.4300.76
HSL212.5º66.67%14.12%-
HSV(B)212.5º80%23.53%-
XYZ1.541.554.49-
YUV30.39144.71114.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 60 (23.83% from 255) = 56.60%
R=11.32%
G=32.08%
B=56.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1234600.800.4300.76212.566.6714.12
HexC223C502B04Cd443e
Octal14427412053011432410316
Binary11001000101111001010000101011010011001101010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,34,60); }

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

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

 a { background-color: rgb(12,34,60); }

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

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

 span { border-color: rgb(12,34,60); }

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