Html Css Color HEX #120B37 Tolopea

📋 copy color: '#120B37'

red 18 ◦ green 11 ◦ blue 55

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

Shades of Tolopea #120B37

Tints of Tolopea #120B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.1%

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

R = 21.43%
G = 13.1%
B = 65.48%

CMYK

 C value IS 0.67

 M value IS 0.8

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120B37 (or 0x120B37) is known color: Tolopea. HEX triplet: 12, 0B and 37. RGB value is (18,11,55). Sum of RGB (Red+Green+Blue) = 18+11+55=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #120B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B37 is #EDF4C8. Grayscale: #111111. Windows color (decimal): -15594697 or 3607314. OLE color: 3607314.

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

Color convert

RGB 18 11 55 -
CMYK 0.67 0.8 0 0.78
HSL 249.55º 0.67% 0.13% -
HSV(B) 249.55º 0.8% 0.22% -
XYZ 1.06 0.64 3.68 -
YUV 18.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 18 11 55 0.67 0.8 0 0.78 249.55 0.67 0.13
Hex 12 B 37 43 50 0 4E FA 43 D
Octal 22 13 67 103 120 0 116 372 103 15
Binary 10010 1011 110111 1000011 1010000 0 1001110 11111010 1000011 1101

Color Harmonies of #120B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B37

Black with #120B37

Text Example


Text Example

White with #120B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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