#150D38

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

Shades of Tolopea #150D38

Tints of Tolopea #150D38

Color information

#150D38 (or 0x150D38) is unknown color: approx Tolopea. HEX triplet: 15, 0D and 38. RGB value is (21,13,56). Sum of RGB (Red+Green+Blue) = 21+13+56=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #150D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D38 is #EAF2C7. Grayscale: #141414. Windows color (decimal): -15397576 or 3673365. OLE color: 3673365.

HSL color Cylindrical-coordinate representation of color #150D38: hue angle of 251.16º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150D38 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB211356-
CMYK0.630.7700.78
HSL251.16º62.32%13.53%-
HSV(B)251.16º76.79%21.96%-
XYZ1.170.733.82-
YUV20.29148.15128.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 56 (22.27% from 255) = 62.22%
R=23.33%
G=14.44%
B=62.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2113560.630.7700.78251.1662.3213.53
Hex15D383F4D04Efb3ee
Octal2515707711501163737616
Binary101011101111000111111100110101001110111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,56); }

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

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

 a { background-color: rgb(21,13,56); }

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

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

 span { border-color: rgb(21,13,56); }

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