#0F062A

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

Shades of Haiti #0F062A

Tints of Haiti #0F062A

Color information

#0F062A (or 0x0F062A) is unknown color: approx Haiti. HEX triplet: 0F, 06 and 2A. RGB value is (15,6,42). Sum of RGB (Red+Green+Blue) = 15+6+42=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F062A is #F0F9D5. Grayscale: #0C0C0C. Windows color (decimal): -15792598 or 2754063. OLE color: 2754063.

HSL color Cylindrical-coordinate representation of color #0F062A: hue angle of 255º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F062A is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB15642-
CMYK0.640.8600.84
HSL255º75%9.41%-
HSV(B)255º85.71%16.47%-
XYZ0.680.42.23-
YUV12.8144.48129.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 42 (16.80% from 255) = 66.67%
R=23.81%
G=9.52%
B=66.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal156420.640.8600.84255759.41
HexF62A4056054ff4b9
Octal17652100126012437711311
Binary111111010101010000001010110010101001111111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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