Html Css Color HEX #0F062A Haiti

📋 copy color: '#0F062A'

red 15 ◦ green 6 ◦ blue 42

#0F062A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #0F062A

Tints of Haiti #0F062A

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.8% from 255) = 66.67%

R = 23.81%
G = 9.52%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F062A (or 0x0F062A) is known color: 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

RGB 15 6 42 -
CMYK 0.64 0.86 0 0.84
HSL 255º 0.75% 0.09% -
HSV(B) 255º 0.86% 0.16% -
XYZ 0.68 0.4 2.23 -
YUV 12.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 15 6 42 0.64 0.86 0 0.84 255 0.75 0.09
Hex F 6 2A 40 56 0 54 FF 4B 9
Octal 17 6 52 100 126 0 124 377 113 11
Binary 1111 110 101010 1000000 1010110 0 1010100 11111111 1001011 1001

Color Harmonies of #0F062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F062A

Black with #0F062A

Text Example


Text Example

White with #0F062A

Text Example


Text Example

HTML Codes & Css Web 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>