#0F062F

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

Shades of Haiti #0F062F

Tints of Haiti #0F062F

Color information

#0F062F (or 0x0F062F) is unknown color: approx Haiti. HEX triplet: 0F, 06 and 2F. RGB value is (15,6,47). Sum of RGB (Red+Green+Blue) = 15+6+47=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F062F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F062F is #F0F9D0. Grayscale: #0D0D0D. Windows color (decimal): -15792593 or 3081743. OLE color: 3081743.

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

Color convert

RGB15647-
CMYK0.680.8700.82
HSL253.17º77.36%10.39%-
HSV(B)253.17º87.23%18.43%-
XYZ0.780.442.73-
YUV13.36146.98129.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.06%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 47 (18.75% from 255) = 69.12%
R=22.06%
G=8.82%
B=69.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal156470.680.8700.82253.1777.3610.39
HexF62F4457052fd4da
Octal17657104127012237511512
Binary111111010111110001001010111010100101111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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