Html Css Color HEX #11919F Eastern Blue

📋 copy color: '#11919F'

red 17 ◦ green 145 ◦ blue 159

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

Shades of Eastern Blue #11919F

Tints of Eastern Blue #11919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 5.3%
G = 45.17%
B = 49.53%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11919F (or 0x11919F) is known color: Eastern Blue. HEX triplet: 11, 91 and 9F. RGB value is (17,145,159). Sum of RGB (Red+Green+Blue) = 17+145+159=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #11919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11919F is #EE6E60. Grayscale: #6C6C6C. Windows color (decimal): -15625825 or 10457361. OLE color: 10457361.

HSL color Cylindrical-coordinate representation of color #11919F: hue angle of 185.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11919F is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 145 159 -
CMYK 0.89 0.09 0 0.38
HSL 185.92º 0.81% 0.35% -
HSV(B) 185.92º 0.89% 0.62% -
XYZ 16.61 22.87 36.34 -
YUV 108.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 17 145 159 0.89 0.09 0 0.38 185.92 0.81 0.35
Hex 11 91 9F 59 9 0 26 BA 51 23
Octal 21 221 237 131 11 0 46 272 121 43
Binary 10001 10010001 10011111 1011001 1001 0 100110 10111010 1010001 100011

Color Harmonies of #11919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11919F

Black with #11919F

Text Example


Text Example

White with #11919F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11919F; }

 p { color: rgb(17,145,159); }

 H1.HeaderClassName
 {
   color: #11919F;
 }
 .AnyTagClassName
 {
   color: #11919F;
 }
</style>

background-color css

<style>
 a { background-color: #11919F; }

 a { background-color: rgb(17,145,159); }

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

border-color css

<style>
 span { border-color: #11919F; }

 span { border-color: rgb(17,145,159); }

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