#0B002B

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

Shades of Haiti #0B002B

Tints of Haiti #0B002B

Color information

#0B002B (or 0x0B002B) is unknown color: approx Haiti. HEX triplet: 0B, 00 and 2B. RGB value is (11,0,43). Sum of RGB (Red+Green+Blue) = 11+0+43=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 43 (17.19% from 255 or 79.63% from 54); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B002B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B002B is #F4FFD4. Grayscale: #080808. Windows color (decimal): -16056277 or 2818059. OLE color: 2818059.

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

Color convert

RGB11043-
CMYK0.74100.83
HSL255.35º100%8.43%-
HSV(B)255.35º100%16.86%-
XYZ0.570.252.3-
YUV8.19147.64130-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 79.63%
R=20.37%
G=0%
B=79.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal110430.74100.83255.351008.43
HexB02B4A64053ff648
Octal13053112144012337714410
Binary1011010101110010101100100010100111111111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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