#11093D

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

Shades of Tolopea #11093D

Tints of Tolopea #11093D

Color information

#11093D (or 0x11093D) is unknown color: approx Tolopea. HEX triplet: 11, 09 and 3D. RGB value is (17,9,61). Sum of RGB (Red+Green+Blue) = 17+9+61=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #11093D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11093D is #EEF6C2. Grayscale: #111111. Windows color (decimal): -15660739 or 4000017. OLE color: 4000017.

HSL color Cylindrical-coordinate representation of color #11093D: hue angle of 249.23º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11093D is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB17961-
CMYK0.720.8500.76
HSL249.23º74.29%13.73%-
HSV(B)249.23º85.25%23.92%-
XYZ1.170.654.48-
YUV17.32152.65127.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 61 (24.22% from 255) = 70.11%
R=19.54%
G=10.34%
B=70.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal179610.720.8500.76249.2374.2913.73
Hex1193D485504Cf94ae
Octal211175110125011437111216
Binary10001100111110110010001010101010011001111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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