#150D3F

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

Shades of Tolopea #150D3F

Tints of Tolopea #150D3F

Color information

#150D3F (or 0x150D3F) is unknown color: approx Tolopea. HEX triplet: 15, 0D and 3F. RGB value is (21,13,63). Sum of RGB (Red+Green+Blue) = 21+13+63=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #150D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D3F is #EAF2C0. Grayscale: #141414. Windows color (decimal): -15397569 or 4132117. OLE color: 4132117.

HSL color Cylindrical-coordinate representation of color #150D3F: hue angle of 249.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #150D3F is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB211363-
CMYK0.670.7900.75
HSL249.6º65.79%14.9%-
HSV(B)249.6º79.37%24.71%-
XYZ1.350.814.79-
YUV21.09151.65127.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 63 (25% from 255) = 64.95%
R=21.65%
G=13.40%
B=64.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2113630.670.7900.75249.665.7914.9
Hex15D3F434F04Bfa42f
Octal251577103117011337210217
Binary10101110111111110000111001111010010111111101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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