Html Css Color HEX #120A23 Haiti

📋 copy color: '#120A23'

red 18 ◦ green 10 ◦ blue 35

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

Shades of Haiti #120A23

Tints of Haiti #120A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 55.56%

R = 28.57%
G = 15.87%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120A23 (or 0x120A23) is known color: Haiti. HEX triplet: 12, 0A and 23. RGB value is (18,10,35). Sum of RGB (Red+Green+Blue) = 18+10+35=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #120A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A23 is #EDF5DC. Grayscale: #0F0F0F. Windows color (decimal): -15594973 or 2296338. OLE color: 2296338.

HSL color Cylindrical-coordinate representation of color #120A23: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #120A23 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 10 35 -
CMYK 0.49 0.71 0 0.86
HSL 259.2º 0.56% 0.09% -
HSV(B) 259.2º 0.71% 0.14% -
XYZ 0.66 0.47 1.65 -
YUV 15.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 18 10 35 0.49 0.71 0 0.86 259.2 0.56 0.09
Hex 12 A 23 31 47 0 56 103 38 9
Octal 22 12 43 61 107 0 126 403 70 11
Binary 10010 1010 100011 110001 1000111 0 1010110 100000011 111000 1001

Color Harmonies of #120A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A23

Black with #120A23

Text Example


Text Example

White with #120A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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