#150B36

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

Shades of Tolopea #150B36

Tints of Tolopea #150B36

Color information

#150B36 (or 0x150B36) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 36. RGB value is (21,11,54). Sum of RGB (Red+Green+Blue) = 21+11+54=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #150B36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B36 is #EAF4C9. Grayscale: #121212. Windows color (decimal): -15398090 or 3541781. OLE color: 3541781.

HSL color Cylindrical-coordinate representation of color #150B36: hue angle of 253.95º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #150B36 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB211154-
CMYK0.610.8000.79
HSL253.95º66.15%12.75%-
HSV(B)253.95º79.63%21.18%-
XYZ1.090.673.56-
YUV18.89147.81129.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 54 (21.48% from 255) = 62.79%
R=24.42%
G=12.79%
B=62.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2111540.610.8000.79253.9566.1512.75
Hex15B363D5004Ffe42d
Octal25136675120011737610215
Binary1010110111101101111011010000010011111111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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