#11093C

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

Shades of Tolopea #11093C

Tints of Tolopea #11093C

Color information

#11093C (or 0x11093C) is unknown color: approx Tolopea. HEX triplet: 11, 09 and 3C. RGB value is (17,9,60). Sum of RGB (Red+Green+Blue) = 17+9+60=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #11093C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11093C is #EEF6C3. Grayscale: #111111. Windows color (decimal): -15660740 or 3934481. OLE color: 3934481.

HSL color Cylindrical-coordinate representation of color #11093C: hue angle of 249.41º 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 #11093C is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB17960-
CMYK0.720.8500.76
HSL249.41º73.91%13.53%-
HSV(B)249.41º85%23.53%-
XYZ1.140.644.34-
YUV17.21152.15127.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 60 (23.83% from 255) = 69.77%
R=19.77%
G=10.47%
B=69.77%

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
Decimal179600.720.8500.76249.4173.9113.53
Hex1193C485504Cf94ae
Octal211174110125011437111216
Binary10001100111110010010001010101010011001111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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