#0B012C

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

Shades of Haiti #0B012C

Tints of Haiti #0B012C

Color information

#0B012C (or 0x0B012C) is unknown color: approx Haiti. HEX triplet: 0B, 01 and 2C. RGB value is (11,1,44). Sum of RGB (Red+Green+Blue) = 11+1+44=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 44 (17.58% from 255 or 78.57% from 56); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B012C is #F4FED3. Grayscale: #080808. Windows color (decimal): -16056020 or 2883851. OLE color: 2883851.

HSL color Cylindrical-coordinate representation of color #0B012C: hue angle of 253.95º degrees, saturation: 0.96, 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 #0B012C is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11144-
CMYK0.750.9800.83
HSL253.95º95.56%8.82%-
HSV(B)253.95º97.73%17.25%-
XYZ0.60.272.4-
YUV8.89147.81129.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 44 (17.58% from 255) = 78.57%
R=19.64%
G=1.79%
B=78.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal111440.750.9800.83253.9595.568.82
HexB12C4B62053fe609
Octal13154113142012337614011
Binary1011110110010010111100010010100111111111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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