#150B39

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

Shades of Tolopea #150B39

Tints of Tolopea #150B39

Color information

#150B39 (or 0x150B39) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 39. RGB value is (21,11,57). Sum of RGB (Red+Green+Blue) = 21+11+57=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #150B39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B39 is #EAF4C6. Grayscale: #131313. Windows color (decimal): -15398087 or 3738389. OLE color: 3738389.

HSL color Cylindrical-coordinate representation of color #150B39: hue angle of 253.04º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150B39 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB211157-
CMYK0.630.8100.78
HSL253.04º67.65%13.33%-
HSV(B)253.04º80.7%22.35%-
XYZ1.170.693.94-
YUV19.23149.31129.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 57 (22.66% from 255) = 64.04%
R=23.60%
G=12.36%
B=64.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2111570.630.8100.78253.0467.6513.33
Hex15B393F5104Efd44d
Octal25137177121011637510415
Binary1010110111110011111111010001010011101111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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