#0F072F

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

Shades of Haiti #0F072F

Tints of Haiti #0F072F

Color information

#0F072F (or 0x0F072F) is unknown color: approx Haiti. HEX triplet: 0F, 07 and 2F. RGB value is (15,7,47). Sum of RGB (Red+Green+Blue) = 15+7+47=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F072F is #F0F8D0. Grayscale: #0D0D0D. Windows color (decimal): -15792337 or 3081999. OLE color: 3081999.

HSL color Cylindrical-coordinate representation of color #0F072F: hue angle of 252º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F072F is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB15747-
CMYK0.680.8500.82
HSL252º74.07%10.59%-
HSV(B)252º85.11%18.43%-
XYZ0.790.462.74-
YUV13.95146.65128.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 47 (18.75% from 255) = 68.12%
R=21.74%
G=10.14%
B=68.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal157470.680.8500.8225274.0710.59
HexF72F4455052fc4ab
Octal17757104125012237411213
Binary111111110111110001001010101010100101111110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,7,47); }

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

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

 a { background-color: rgb(15,7,47); }

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

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

 span { border-color: rgb(15,7,47); }

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