#120B38

Color #120B38 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #120B38

Tints of Tolopea #120B38

Color information

#120B38 (or 0x120B38) is unknown color: approx 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

RGB181156-
CMYK0.680.8000.78
HSL249.33º67.16%13.14%-
HSV(B)249.33º80.36%21.96%-
XYZ1.080.653.81-
YUV18.22149.32127.84-

RGB Variations

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

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 (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1811560.680.8000.78249.3367.1613.14
Hex12B38445004Ef943d
Octal221370104120011637110315
Binary10010101111100010001001010000010011101111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>