Html Css Color HEX #120C25 Haiti

📋 copy color: '#120C25'

red 18 ◦ green 12 ◦ blue 37

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

Shades of Haiti #120C25

Tints of Haiti #120C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.91%

 BLUE value IS 37 (14.84% from 255) = 55.22%

R = 26.87%
G = 17.91%
B = 55.22%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120C25 (or 0x120C25) is known color: Haiti. HEX triplet: 12, 0C and 25. RGB value is (18,12,37). Sum of RGB (Red+Green+Blue) = 18+12+37=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #120C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C25 is #EDF3DA. Grayscale: #101010. Windows color (decimal): -15594459 or 2427922. OLE color: 2427922.

HSL color Cylindrical-coordinate representation of color #120C25: hue angle of 254.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120C25 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 12 37 -
CMYK 0.51 0.68 0 0.85
HSL 254.4º 0.51% 0.1% -
HSV(B) 254.4º 0.68% 0.15% -
XYZ 0.71 0.53 1.81 -
YUV 16.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 18 12 37 0.51 0.68 0 0.85 254.4 0.51 0.1
Hex 12 C 25 33 44 0 55 FE 33 A
Octal 22 14 45 63 104 0 125 376 63 12
Binary 10010 1100 100101 110011 1000100 0 1010101 11111110 110011 1010

Color Harmonies of #120C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C25

Black with #120C25

Text Example


Text Example

White with #120C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,12,37); }

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

background-color css

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

 a { background-color: rgb(18,12,37); }

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

border-color css

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

 span { border-color: rgb(18,12,37); }

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