#15053A

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

Shades of Tolopea #15053A

Tints of Tolopea #15053A

Color information

#15053A (or 0x15053A) is unknown color: approx Tolopea. HEX triplet: 15, 05 and 3A. RGB value is (21,5,58). Sum of RGB (Red+Green+Blue) = 21+5+58=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #15053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15053A is #EAFAC5. Grayscale: #0F0F0F. Windows color (decimal): -15399622 or 3802389. OLE color: 3802389.

HSL color Cylindrical-coordinate representation of color #15053A: hue angle of 258.11º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15053A is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB21558-
CMYK0.640.9100.77
HSL258.11º84.13%12.35%-
HSV(B)258.11º91.38%22.75%-
XYZ1.130.574.05-
YUV15.83151.8131.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 58 (23.05% from 255) = 69.05%
R=25%
G=5.95%
B=69.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal215580.640.9100.77258.1184.1312.35
Hex1553A405B04D10254c
Octal25572100133011540212414
Binary10101101111010100000010110110100110110000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15053A; }

 p { color: rgb(21,5,58); }

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

<style>
 a { background-color: #15053A; }

 a { background-color: rgb(21,5,58); }

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

<style>
 span { border-color: #15053A; }

 span { border-color: rgb(21,5,58); }

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