#150B33

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

Shades of Tolopea #150B33

Tints of Tolopea #150B33

Color information

#150B33 (or 0x150B33) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 33. RGB value is (21,11,51). Sum of RGB (Red+Green+Blue) = 21+11+51=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #150B33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B33 is #EAF4CC. Grayscale: #121212. Windows color (decimal): -15398093 or 3345173. OLE color: 3345173.

HSL color Cylindrical-coordinate representation of color #150B33: hue angle of 255º degrees, saturation: 0.65, 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 #150B33 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB211151-
CMYK0.590.7800.8
HSL255º64.52%12.16%-
HSV(B)255º78.43%20%-
XYZ1.030.643.2-
YUV18.55146.31129.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 51 (20.31% from 255) = 61.45%
R=25.30%
G=13.25%
B=61.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2111510.590.7800.825564.5212.16
Hex15B333B4E050ff41c
Octal25136373116012037710114
Binary1010110111100111110111001110010100001111111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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