#11063D

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

Shades of Tolopea #11063D

Tints of Tolopea #11063D

Color information

#11063D (or 0x11063D) is unknown color: approx Tolopea. HEX triplet: 11, 06 and 3D. RGB value is (17,6,61). Sum of RGB (Red+Green+Blue) = 17+6+61=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #11063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11063D is #EEF9C2. Grayscale: #0F0F0F. Windows color (decimal): -15661507 or 3999249. OLE color: 3999249.

HSL color Cylindrical-coordinate representation of color #11063D: hue angle of 252º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11063D is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB17661-
CMYK0.720.9000.76
HSL252º82.09%13.14%-
HSV(B)252º90.16%23.92%-
XYZ1.140.594.47-
YUV15.56153.64129.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 61 (24.22% from 255) = 72.62%
R=20.24%
G=7.14%
B=72.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal176610.720.9000.7625282.0913.14
Hex1163D485A04Cfc52d
Octal21675110132011437412215
Binary1000111011110110010001011010010011001111110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11063D; }

 p { color: rgb(17,6,61); }

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

<style>
 a { background-color: #11063D; }

 a { background-color: rgb(17,6,61); }

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

<style>
 span { border-color: #11063D; }

 span { border-color: rgb(17,6,61); }

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