#150639

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

Shades of Tolopea #150639

Tints of Tolopea #150639

Color information

#150639 (or 0x150639) is unknown color: approx Tolopea. HEX triplet: 15, 06 and 39. RGB value is (21,6,57). Sum of RGB (Red+Green+Blue) = 21+6+57=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 57 (22.66% from 255 or 67.86% from 84); Max value from RGB is 57 - color contains mainly: blue. Hex color #150639 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150639 is #EAF9C6. Grayscale: #101010. Windows color (decimal): -15399367 or 3737109. OLE color: 3737109.

HSL color Cylindrical-coordinate representation of color #150639: hue angle of 257.65º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150639 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB21657-
CMYK0.630.8900.78
HSL257.65º80.95%12.35%-
HSV(B)257.65º89.47%22.35%-
XYZ1.110.593.93-
YUV16.3150.97131.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 57 (22.66% from 255) = 67.86%
R=25%
G=7.14%
B=67.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal216570.630.8900.78257.6580.9512.35
Hex156393F5904E10251c
Octal2567177131011640212114
Binary1010111011100111111110110010100111010000001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150639; }

 p { color: rgb(21,6,57); }

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

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

 a { background-color: rgb(21,6,57); }

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

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

 span { border-color: rgb(21,6,57); }

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