#150A2D

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

Shades of Tolopea #150A2D

Tints of Tolopea #150A2D

Color information

#150A2D (or 0x150A2D) is unknown color: approx Tolopea. HEX triplet: 15, 0A and 2D. RGB value is (21,10,45). Sum of RGB (Red+Green+Blue) = 21+10+45=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #150A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A2D is #EAF5D2. Grayscale: #111111. Windows color (decimal): -15398355 or 2951701. OLE color: 2951701.

HSL color Cylindrical-coordinate representation of color #150A2D: hue angle of 258.86º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150A2D is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB211045-
CMYK0.530.7800.82
HSL258.86º63.64%10.78%-
HSV(B)258.86º77.78%17.65%-
XYZ0.890.572.54-
YUV17.28143.64130.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=27.63%
G=13.16%
B=59.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2110450.530.7800.82258.8663.6410.78
Hex15A2D354E05210340b
Octal25125565116012240310013
Binary10101101010110111010110011100101001010000001110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,45); }

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

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

 a { background-color: rgb(21,10,45); }

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

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

 span { border-color: rgb(21,10,45); }

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