#0D042B

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

Shades of Haiti #0D042B

Tints of Haiti #0D042B

Color information

#0D042B (or 0x0D042B) is unknown color: approx Haiti. HEX triplet: 0D, 04 and 2B. RGB value is (13,4,43). Sum of RGB (Red+Green+Blue) = 13+4+43=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D042B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D042B is #F2FBD4. Grayscale: #0A0A0A. Windows color (decimal): -15924181 or 2819085. OLE color: 2819085.

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

Color convert

RGB13443-
CMYK0.700.9100.83
HSL253.85º82.98%9.22%-
HSV(B)253.85º90.7%16.86%-
XYZ0.650.352.32-
YUV11.14145.98129.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.67%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 43 (17.19% from 255) = 71.67%
R=21.67%
G=6.67%
B=71.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal134430.700.9100.83253.8582.989.22
HexD42B465B053fe539
Octal15453106133012337612311
Binary110110010101110001101011011010100111111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,43); }

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

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

 a { background-color: rgb(13,4,43); }

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

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

 span { border-color: rgb(13,4,43); }

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