Html Css Color HEX #120837 Tolopea

📋 copy color: '#120837'

red 18 ◦ green 8 ◦ blue 55

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

Shades of Tolopea #120837

Tints of Tolopea #120837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

 BLUE value IS 55 (21.88% from 255) = 67.9%

R = 22.22%
G = 9.88%
B = 67.9%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120837 (or 0x120837) is known color: Tolopea. HEX triplet: 12, 08 and 37. RGB value is (18,8,55). Sum of RGB (Red+Green+Blue) = 18+8+55=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #120837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120837 is #EDF7C8. Grayscale: #101010. Windows color (decimal): -15595465 or 3606546. OLE color: 3606546.

HSL color Cylindrical-coordinate representation of color #120837: hue angle of 252.77º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120837 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 8 55 -
CMYK 0.67 0.85 0 0.78
HSL 252.77º 0.75% 0.12% -
HSV(B) 252.77º 0.85% 0.22% -
XYZ 1.03 0.58 3.67 -
YUV 16.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 18 8 55 0.67 0.85 0 0.78 252.77 0.75 0.12
Hex 12 8 37 43 55 0 4E FD 4B C
Octal 22 10 67 103 125 0 116 375 113 14
Binary 10010 1000 110111 1000011 1010101 0 1001110 11111101 1001011 1100

Color Harmonies of #120837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120837

Black with #120837

Text Example


Text Example

White with #120837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120837; }

 p { color: rgb(18,8,55); }

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

background-color css

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

 a { background-color: rgb(18,8,55); }

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

border-color css

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

 span { border-color: rgb(18,8,55); }

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