#0C061A

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

Shades of Haiti #0C061A

Tints of Haiti #0C061A

Color information

#0C061A (or 0x0C061A) is unknown color: approx Haiti. HEX triplet: 0C, 06 and 1A. RGB value is (12,6,26). Sum of RGB (Red+Green+Blue) = 12+6+26=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C061A is #F3F9E5. Grayscale: #0A0A0A. Windows color (decimal): -15989222 or 1705484. OLE color: 1705484.

HSL color Cylindrical-coordinate representation of color #0C061A: hue angle of 258º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C061A is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12626-
CMYK0.540.7700.90
HSL258º62.5%6.27%-
HSV(B)258º76.92%10.2%-
XYZ0.40.281.01-
YUV10.07136.99129.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 26 (10.55% from 255) = 59.09%
R=27.27%
G=13.64%
B=59.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal126260.540.7700.9025862.56.27
HexC61A364D05A1023e6
Octal14632661150132402766
Binary110011011010110110100110101011010100000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,6,26); }

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

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

 a { background-color: rgb(12,6,26); }

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

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

 span { border-color: rgb(12,6,26); }

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