#0B012B

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

Shades of Haiti #0B012B

Tints of Haiti #0B012B

Color information

#0B012B (or 0x0B012B) is unknown color: approx Haiti. HEX triplet: 0B, 01 and 2B. RGB value is (11,1,43). Sum of RGB (Red+Green+Blue) = 11+1+43=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 43 (17.19% from 255 or 78.18% from 55); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B012B is #F4FED4. Grayscale: #080808. Windows color (decimal): -16056021 or 2818315. OLE color: 2818315.

HSL color Cylindrical-coordinate representation of color #0B012B: hue angle of 254.29º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B012B is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11143-
CMYK0.740.9800.83
HSL254.29º95.45%8.63%-
HSV(B)254.29º97.67%16.86%-
XYZ0.580.272.31-
YUV8.78147.31129.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 43 (17.19% from 255) = 78.18%
R=20%
G=1.82%
B=78.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal111430.740.9800.83254.2995.458.63
HexB12B4A62053fe5f9
Octal13153112142012337613711
Binary1011110101110010101100010010100111111111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,1,43); }

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

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

 a { background-color: rgb(11,1,43); }

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

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

 span { border-color: rgb(11,1,43); }

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