#15093F

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

Shades of Tolopea #15093F

Tints of Tolopea #15093F

Color information

#15093F (or 0x15093F) is unknown color: approx Tolopea. HEX triplet: 15, 09 and 3F. RGB value is (21,9,63). Sum of RGB (Red+Green+Blue) = 21+9+63=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #15093F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15093F is #EAF6C0. Grayscale: #121212. Windows color (decimal): -15398593 or 4131093. OLE color: 4131093.

HSL color Cylindrical-coordinate representation of color #15093F: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15093F is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB21963-
CMYK0.670.8600.75
HSL253.33º75%14.12%-
HSV(B)253.33º85.71%24.71%-
XYZ1.30.714.77-
YUV18.74152.98129.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 63 (25% from 255) = 67.74%
R=22.58%
G=9.68%
B=67.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal219630.670.8600.75253.337514.12
Hex1593F435604Bfd4be
Octal251177103126011337511316
Binary10101100111111110000111010110010010111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15093F; }

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

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

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

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

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

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

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

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