#15103C

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

Shades of Tolopea #15103C

Tints of Tolopea #15103C

Color information

#15103C (or 0x15103C) is unknown color: approx Tolopea. HEX triplet: 15, 10 and 3C. RGB value is (21,16,60). Sum of RGB (Red+Green+Blue) = 21+16+60=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #15103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15103C is #EAEFC3. Grayscale: #161616. Windows color (decimal): -15396804 or 3936277. OLE color: 3936277.

HSL color Cylindrical-coordinate representation of color #15103C: hue angle of 246.82º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15103C is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB211660-
CMYK0.650.7300.76
HSL246.82º57.89%14.9%-
HSV(B)246.82º73.33%23.53%-
XYZ1.310.864.37-
YUV22.51149.16126.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 60 (23.83% from 255) = 61.86%
R=21.65%
G=16.49%
B=61.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2116600.650.7300.76246.8257.8914.9
Hex15103C414904Cf73af
Octal25207410111101143677217
Binary10101100001111001000001100100101001100111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15103C; }

 p { color: rgb(21,16,60); }

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

<style>
 a { background-color: #15103C; }

 a { background-color: rgb(21,16,60); }

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

<style>
 span { border-color: #15103C; }

 span { border-color: rgb(21,16,60); }

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