#150B35

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

Shades of Tolopea #150B35

Tints of Tolopea #150B35

Color information

#150B35 (or 0x150B35) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 35. RGB value is (21,11,53). Sum of RGB (Red+Green+Blue) = 21+11+53=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #150B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B35 is #EAF4CA. Grayscale: #121212. Windows color (decimal): -15398091 or 3476245. OLE color: 3476245.

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

Color convert

RGB211153-
CMYK0.600.7900.79
HSL254.29º65.62%12.55%-
HSV(B)254.29º79.25%20.78%-
XYZ1.070.663.44-
YUV18.78147.31129.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 53 (21.09% from 255) = 62.35%
R=24.71%
G=12.94%
B=62.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2111530.600.7900.79254.2965.6212.55
Hex15B353C4F04Ffe42d
Octal25136574117011737610215
Binary1010110111101011111001001111010011111111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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