#150A37

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

Shades of Tolopea #150A37

Tints of Tolopea #150A37

Color information

#150A37 (or 0x150A37) is unknown color: approx Tolopea. HEX triplet: 15, 0A and 37. RGB value is (21,10,55). Sum of RGB (Red+Green+Blue) = 21+10+55=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #150A37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A37 is #EAF5C8. Grayscale: #121212. Windows color (decimal): -15398345 or 3607061. OLE color: 3607061.

HSL color Cylindrical-coordinate representation of color #150A37: hue angle of 254.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 #150A37 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB211055-
CMYK0.620.8200.78
HSL254.67º69.23%12.75%-
HSV(B)254.67º81.82%21.57%-
XYZ1.110.653.68-
YUV18.42148.64129.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 55 (21.88% from 255) = 63.95%
R=24.42%
G=11.63%
B=63.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2110550.620.8200.78254.6769.2312.75
Hex15A373E5204Eff45d
Octal25126776122011637710515
Binary1010110101101111111101010010010011101111111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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