Html Css Color HEX #120B38 Tolopea

📋 copy color: '#120B38'

red 18 ◦ green 11 ◦ blue 56

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

Shades of Tolopea #120B38

Tints of Tolopea #120B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 65.88%

R = 21.18%
G = 12.94%
B = 65.88%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120B38 (or 0x120B38) is known color: Tolopea. HEX triplet: 12, 0B and 38. RGB value is (18,11,56). Sum of RGB (Red+Green+Blue) = 18+11+56=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #120B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B38 is #EDF4C7. Grayscale: #121212. Windows color (decimal): -15594696 or 3672850. OLE color: 3672850.

HSL color Cylindrical-coordinate representation of color #120B38: hue angle of 249.33º 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 #120B38 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 11 56 -
CMYK 0.68 0.80 0 0.78
HSL 249.33º 0.67% 0.13% -
HSV(B) 249.33º 0.8% 0.22% -
XYZ 1.08 0.65 3.81 -
YUV 18.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 18 11 56 0.68 0.80 0 0.78 249.33 0.67 0.13
Hex 12 B 38 44 50 0 4E F9 43 D
Octal 22 13 70 104 120 0 116 371 103 15
Binary 10010 1011 111000 1000100 1010000 0 1001110 11111001 1000011 1101

Color Harmonies of #120B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B38

Black with #120B38

Text Example


Text Example

White with #120B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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