#150835

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

Shades of Tolopea #150835

Tints of Tolopea #150835

Color information

#150835 (or 0x150835) is unknown color: approx Tolopea. HEX triplet: 15, 08 and 35. RGB value is (21,8,53). Sum of RGB (Red+Green+Blue) = 21+8+53=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #150835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150835 is #EAF7CA. Grayscale: #101010. Windows color (decimal): -15398859 or 3475477. OLE color: 3475477.

HSL color Cylindrical-coordinate representation of color #150835: hue angle of 257.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #150835 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB21853-
CMYK0.600.8500.79
HSL257.33º73.77%11.96%-
HSV(B)257.33º84.91%20.78%-
XYZ1.040.593.43-
YUV17.02148.31130.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=25.61%
G=9.76%
B=64.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal218530.600.8500.79257.3373.7711.96
Hex158353C5504F1014ac
Octal25106574125011740111214
Binary10101100011010111110010101010100111110000000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150835; }

 p { color: rgb(21,8,53); }

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

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

 a { background-color: rgb(21,8,53); }

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

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

 span { border-color: rgb(21,8,53); }

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