#0C2839

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

Shades of Tangaroa #0C2839

Tints of Tangaroa #0C2839

Color information

#0C2839 (or 0x0C2839) is unknown color: approx Tangaroa. HEX triplet: 0C, 28 and 39. RGB value is (12,40,57). Sum of RGB (Red+Green+Blue) = 12+40+57=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C2839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2839 is #F3D7C6. Grayscale: #212121. Windows color (decimal): -15980487 or 3745804. OLE color: 3745804.

HSL color Cylindrical-coordinate representation of color #0C2839: hue angle of 202.67º 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 #0C2839 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB124057-
CMYK0.790.3000.78
HSL202.67º65.22%13.53%-
HSV(B)202.67º78.95%22.35%-
XYZ1.651.894.15-
YUV33.57141.22112.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=11.01%
G=36.70%
B=52.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1240570.790.3000.78202.6765.2213.53
HexC28394F1E04Ecb41e
Octal14507111736011631310116
Binary1100101000111001100111111110010011101100101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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