#15063A

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

Shades of Tolopea #15063A

Tints of Tolopea #15063A

Color information

#15063A (or 0x15063A) is unknown color: approx Tolopea. HEX triplet: 15, 06 and 3A. RGB value is (21,6,58). Sum of RGB (Red+Green+Blue) = 21+6+58=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #15063A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15063A is #EAF9C5. Grayscale: #101010. Windows color (decimal): -15399366 or 3802645. OLE color: 3802645.

HSL color Cylindrical-coordinate representation of color #15063A: hue angle of 257.31º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15063A is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB21658-
CMYK0.640.9000.77
HSL257.31º81.25%12.55%-
HSV(B)257.31º89.66%22.75%-
XYZ1.140.64.06-
YUV16.41151.47131.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 58 (23.05% from 255) = 68.24%
R=24.71%
G=7.06%
B=68.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal216580.640.9000.77257.3181.2512.55
Hex1563A405A04D10151d
Octal25672100132011540112115
Binary10101110111010100000010110100100110110000000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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