Html Css Color HEX #11093A Tolopea

📋 copy color: '#11093A'

red 17 ◦ green 9 ◦ blue 58

#11093A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #11093A

Tints of Tolopea #11093A

RGB

 RED value IS 17 (7.03% from 255) = 20.24%

 GREEN value IS 9 (3.91% from 255) = 10.71%

 BLUE value IS 58 (23.05% from 255) = 69.05%

R = 20.24%
G = 10.71%
B = 69.05%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11093A (or 0x11093A) is known color: Tolopea. HEX triplet: 11, 09 and 3A. RGB value is (17,9,58). Sum of RGB (Red+Green+Blue) = 17+9+58=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #11093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11093A is #EEF6C5. Grayscale: #101010. Windows color (decimal): -15660742 or 3803409. OLE color: 3803409.

HSL color Cylindrical-coordinate representation of color #11093A: hue angle of 249.8º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11093A is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 9 58 -
CMYK 0.71 0.84 0 0.77
HSL 249.8º 0.73% 0.13% -
HSV(B) 249.8º 0.84% 0.23% -
XYZ 1.09 0.62 4.07 -
YUV 16.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 17 9 58 0.71 0.84 0 0.77 249.8 0.73 0.13
Hex 11 9 3A 47 54 0 4D FA 49 D
Octal 21 11 72 107 124 0 115 372 111 15
Binary 10001 1001 111010 1000111 1010100 0 1001101 11111010 1001001 1101

Color Harmonies of #11093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11093A

Black with #11093A

Text Example


Text Example

White with #11093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11093A;
 }
 .AnyTagClassName
 {
   color: #11093A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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