#150C41

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

Shades of Tolopea #150C41

Tints of Tolopea #150C41

Color information

#150C41 (or 0x150C41) is unknown color: approx Tolopea. HEX triplet: 15, 0C and 41. RGB value is (21,12,65). Sum of RGB (Red+Green+Blue) = 21+12+65=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #150C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C41 is #EAF3BE. Grayscale: #141414. Windows color (decimal): -15397823 or 4262933. OLE color: 4262933.

HSL color Cylindrical-coordinate representation of color #150C41: hue angle of 250.19º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150C41 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB211265-
CMYK0.680.8200.75
HSL250.19º68.83%15.1%-
HSV(B)250.19º81.54%25.49%-
XYZ1.390.85.08-
YUV20.73152.98128.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 65 (25.78% from 255) = 66.33%
R=21.43%
G=12.24%
B=66.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2112650.680.8200.75250.1968.8315.1
Hex15C41445204Bfa45f
Octal2514101104122011337210517
Binary101011100100000110001001010010010010111111101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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