#120A37

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

Shades of Tolopea #120A37

Tints of Tolopea #120A37

Color information

#120A37 (or 0x120A37) is unknown color: approx Tolopea. HEX triplet: 12, 0A and 37. RGB value is (18,10,55). Sum of RGB (Red+Green+Blue) = 18+10+55=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #120A37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A37 is #EDF5C8. Grayscale: #111111. Windows color (decimal): -15594953 or 3607058. OLE color: 3607058.

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

Color convert

RGB181055-
CMYK0.670.8200.78
HSL250.67º69.23%12.75%-
HSV(B)250.67º81.82%21.57%-
XYZ1.050.623.68-
YUV17.52149.15128.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 55 (21.88% from 255) = 66.27%
R=21.69%
G=12.05%
B=66.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1810550.670.8200.78250.6769.2312.75
Hex12A37435204Efb45d
Octal221267103122011637310515
Binary10010101011011110000111010010010011101111101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #120A37;
 }
 .AnyTagClassName
 {
   color: #120A37;
 }
</style>
background-color css

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

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

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

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

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

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