Html Css Color HEX #120A29 Haiti

📋 copy color: '#120A29'

red 18 ◦ green 10 ◦ blue 41

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

Shades of Haiti #120A29

Tints of Haiti #120A29

RGB

 RED value IS 18 (7.42% from 255) = 26.09%

 GREEN value IS 10 (4.3% from 255) = 14.49%

 BLUE value IS 41 (16.41% from 255) = 59.42%

R = 26.09%
G = 14.49%
B = 59.42%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120A29 (or 0x120A29) is known color: Haiti. HEX triplet: 12, 0A and 29. RGB value is (18,10,41). Sum of RGB (Red+Green+Blue) = 18+10+41=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #120A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A29 is #EDF5D6. Grayscale: #0F0F0F. Windows color (decimal): -15594967 or 2689554. OLE color: 2689554.

HSL color Cylindrical-coordinate representation of color #120A29: hue angle of 255.48º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120A29 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 10 41 -
CMYK 0.56 0.76 0 0.84
HSL 255.48º 0.61% 0.1% -
HSV(B) 255.48º 0.76% 0.16% -
XYZ 0.76 0.51 2.16 -
YUV 15.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 18 10 41 0.56 0.76 0 0.84 255.48 0.61 0.1
Hex 12 A 29 38 4C 0 54 FF 3D A
Octal 22 12 51 70 114 0 124 377 75 12
Binary 10010 1010 101001 111000 1001100 0 1010100 11111111 111101 1010

Color Harmonies of #120A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A29

Black with #120A29

Text Example


Text Example

White with #120A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120A29; }

 p { color: rgb(18,10,41); }

 H1.HeaderClassName
 {
   color: #120A29;
 }
 .AnyTagClassName
 {
   color: #120A29;
 }
</style>

background-color css

<style>
 a { background-color: #120A29; }

 a { background-color: rgb(18,10,41); }

 div.DivClassName
 {
   background-color: #120A29;
 }
 .BgClassName
 {
   background-color: #120A29;
 }
</style>

border-color css

<style>
 span { border-color: #120A29; }

 span { border-color: rgb(18,10,41); }

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