#150B32

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

Shades of Tolopea #150B32

Tints of Tolopea #150B32

Color information

#150B32 (or 0x150B32) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 32. RGB value is (21,11,50). Sum of RGB (Red+Green+Blue) = 21+11+50=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #150B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B32 is #EAF4CD. Grayscale: #121212. Windows color (decimal): -15398094 or 3279637. OLE color: 3279637.

HSL color Cylindrical-coordinate representation of color #150B32: hue angle of 255.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150B32 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB211150-
CMYK0.580.7800.80
HSL255.38º63.93%11.96%-
HSV(B)255.38º78%19.61%-
XYZ10.633.09-
YUV18.44145.81129.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 50 (19.92% from 255) = 60.98%
R=25.61%
G=13.41%
B=60.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2111500.580.7800.80255.3863.9311.96
Hex15B323A4E050ff40c
Octal25136272116012037710014
Binary1010110111100101110101001110010100001111111110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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