#0A021D

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

Shades of Haiti #0A021D

Tints of Haiti #0A021D

Color information

#0A021D (or 0x0A021D) is unknown color: approx Haiti. HEX triplet: 0A, 02 and 1D. RGB value is (10,2,29). Sum of RGB (Red+Green+Blue) = 10+2+29=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021D is #F5FDE2. Grayscale: #070707. Windows color (decimal): -16121315 or 1901066. OLE color: 1901066.

HSL color Cylindrical-coordinate representation of color #0A021D: hue angle of 257.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A021D is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10229-
CMYK0.660.9300.89
HSL257.78º87.1%6.08%-
HSV(B)257.78º93.1%11.37%-
XYZ0.370.21.18-
YUV7.47140.15129.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 29 (11.72% from 255) = 70.73%
R=24.39%
G=4.88%
B=70.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102290.660.9300.89257.7887.16.08
HexA21D425D059102576
Octal1223510213501314021276
Binary1010101110110000101011101010110011000000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,29); }

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

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

 a { background-color: rgb(10,2,29); }

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

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

 span { border-color: rgb(10,2,29); }

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