#150C33

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

Shades of Tolopea #150C33

Tints of Tolopea #150C33

Color information

#150C33 (or 0x150C33) is unknown color: approx Tolopea. HEX triplet: 15, 0C and 33. RGB value is (21,12,51). Sum of RGB (Red+Green+Blue) = 21+12+51=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #150C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C33 is #EAF3CC. Grayscale: #121212. Windows color (decimal): -15397837 or 3345429. OLE color: 3345429.

HSL color Cylindrical-coordinate representation of color #150C33: hue angle of 253.85º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150C33 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB211251-
CMYK0.590.7600.8
HSL253.85º61.9%12.35%-
HSV(B)253.85º76.47%20%-
XYZ1.040.663.2-
YUV19.14145.98129.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 51 (20.31% from 255) = 60.71%
R=25%
G=14.29%
B=60.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2112510.590.7600.8253.8561.912.35
Hex15C333B4C050fe3ec
Octal2514637311401203767614
Binary101011100110011111011100110001010000111111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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