#150C32

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

Shades of Tolopea #150C32

Tints of Tolopea #150C32

Color information

#150C32 (or 0x150C32) is unknown color: approx Tolopea. HEX triplet: 15, 0C and 32. RGB value is (21,12,50). Sum of RGB (Red+Green+Blue) = 21+12+50=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #150C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C32 is #EAF3CD. Grayscale: #121212. Windows color (decimal): -15397838 or 3279893. OLE color: 3279893.

HSL color Cylindrical-coordinate representation of color #150C32: hue angle of 254.21º degrees, saturation: 0.61, 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 #150C32 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB211250-
CMYK0.580.7600.80
HSL254.21º61.29%12.16%-
HSV(B)254.21º76%19.61%-
XYZ1.020.653.09-
YUV19.02145.48129.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 50 (19.92% from 255) = 60.24%
R=25.30%
G=14.46%
B=60.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2112500.580.7600.80254.2161.2912.16
Hex15C323A4C050fe3dc
Octal2514627211401203767514
Binary101011100110010111010100110001010000111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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