#110A3B

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

Shades of Tolopea #110A3B

Tints of Tolopea #110A3B

Color information

#110A3B (or 0x110A3B) is unknown color: approx Tolopea. HEX triplet: 11, 0A and 3B. RGB value is (17,10,59). Sum of RGB (Red+Green+Blue) = 17+10+59=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #110A3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A3B is #EEF5C4. Grayscale: #111111. Windows color (decimal): -15660485 or 3869201. OLE color: 3869201.

HSL color Cylindrical-coordinate representation of color #110A3B: hue angle of 248.57º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #110A3B is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB171059-
CMYK0.710.8300.77
HSL248.57º71.01%13.53%-
HSV(B)248.57º83.05%23.14%-
XYZ1.130.654.2-
YUV17.68151.32127.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 59 (23.44% from 255) = 68.60%
R=19.77%
G=11.63%
B=68.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1710590.710.8300.77248.5771.0113.53
Hex11A3B475304Df947e
Octal211273107123011537110716
Binary10001101011101110001111010011010011011111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A3B; }

 p { color: rgb(17,10,59); }

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

<style>
 a { background-color: #110A3B; }

 a { background-color: rgb(17,10,59); }

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

<style>
 span { border-color: #110A3B; }

 span { border-color: rgb(17,10,59); }

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