#0C284A

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

Shades of Tangaroa #0C284A

Tints of Tangaroa #0C284A

Color information

#0C284A (or 0x0C284A) is unknown color: approx Tangaroa. HEX triplet: 0C, 28 and 4A. RGB value is (12,40,74). Sum of RGB (Red+Green+Blue) = 12+40+74=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C284A is #F3D7B5. Grayscale: #232323. Windows color (decimal): -15980470 or 4859916. OLE color: 4859916.

HSL color Cylindrical-coordinate representation of color #0C284A: hue angle of 212.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C284A is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB124074-
CMYK0.840.4600.71
HSL212.9º72.09%16.86%-
HSV(B)212.9º83.78%29.02%-
XYZ2.152.096.77-
YUV35.5149.72111.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 74 (29.30% from 255) = 58.73%
R=9.52%
G=31.75%
B=58.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1240740.840.4600.71212.972.0916.86
HexC284A542E047d54811
Octal145011212456010732511021
Binary1100101000100101010101001011100100011111010101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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