#150539

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

Shades of Tolopea #150539

Tints of Tolopea #150539

Color information

#150539 (or 0x150539) is unknown color: approx Tolopea. HEX triplet: 15, 05 and 39. RGB value is (21,5,57). Sum of RGB (Red+Green+Blue) = 21+5+57=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #150539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150539 is #EAFAC6. Grayscale: #0F0F0F. Windows color (decimal): -15399623 or 3736853. OLE color: 3736853.

HSL color Cylindrical-coordinate representation of color #150539: hue angle of 258.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150539 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB21557-
CMYK0.630.9100.78
HSL258.46º83.87%12.16%-
HSV(B)258.46º91.23%22.35%-
XYZ1.10.563.92-
YUV15.71151.3131.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 57 (22.66% from 255) = 68.67%
R=25.30%
G=6.02%
B=68.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal215570.630.9100.78258.4683.8712.16
Hex155393F5B04E10254c
Octal2557177133011640212414
Binary1010110111100111111110110110100111010000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150539; }

 p { color: rgb(21,5,57); }

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

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

 a { background-color: rgb(21,5,57); }

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

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

 span { border-color: rgb(21,5,57); }

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