#0C2C3D

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

Shades of Tangaroa #0C2C3D

Tints of Tangaroa #0C2C3D

Color information

#0C2C3D (or 0x0C2C3D) is unknown color: approx Tangaroa. HEX triplet: 0C, 2C and 3D. RGB value is (12,44,61). Sum of RGB (Red+Green+Blue) = 12+44+61=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C2C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2C3D is #F3D3C2. Grayscale: #242424. Windows color (decimal): -15979459 or 4008972. OLE color: 4008972.

HSL color Cylindrical-coordinate representation of color #0C2C3D: hue angle of 200.82º 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 #0C2C3D is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB124461-
CMYK0.800.2800.76
HSL200.82º67.12%14.31%-
HSV(B)200.82º80.33%23.92%-
XYZ1.892.224.74-
YUV36.37141.9110.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.26%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=10.26%
G=37.61%
B=52.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1244610.800.2800.76200.8267.1214.31
HexC2C3D501C04Cc943e
Octal14547512034011431110316
Binary1100101100111101101000011100010011001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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