Html Css Color HEX #11919C Eastern Blue

📋 copy color: '#11919C'

red 17 ◦ green 145 ◦ blue 156

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

Shades of Eastern Blue #11919C

Tints of Eastern Blue #11919C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.06%

R = 5.35%
G = 45.6%
B = 49.06%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11919C (or 0x11919C) is known color: Eastern Blue. HEX triplet: 11, 91 and 9C. RGB value is (17,145,156). Sum of RGB (Red+Green+Blue) = 17+145+156=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #11919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11919C is #EE6E63. Grayscale: #6B6B6B. Windows color (decimal): -15625828 or 10260753. OLE color: 10260753.

HSL color Cylindrical-coordinate representation of color #11919C: hue angle of 184.75º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11919C is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 145 156 -
CMYK 0.89 0.07 0 0.39
HSL 184.75º 0.8% 0.34% -
HSV(B) 184.75º 0.89% 0.61% -
XYZ 16.36 22.77 34.99 -
YUV 107.98 155.09 63.11 -
System Red Green Blue C M Y K H S L
Decimal 17 145 156 0.89 0.07 0 0.39 184.75 0.8 0.34
Hex 11 91 9C 59 7 0 27 B9 50 22
Octal 21 221 234 131 7 0 47 271 120 42
Binary 10001 10010001 10011100 1011001 111 0 100111 10111001 1010000 100010

Color Harmonies of #11919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11919C

Black with #11919C

Text Example


Text Example

White with #11919C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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