Html Css Color HEX #11849F Eastern Blue

📋 copy color: '#11849F'

red 17 ◦ green 132 ◦ blue 159

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

Shades of Eastern Blue #11849F

Tints of Eastern Blue #11849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.86%

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

R = 5.52%
G = 42.86%
B = 51.62%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11849F (or 0x11849F) is known color: Eastern Blue. HEX triplet: 11, 84 and 9F. RGB value is (17,132,159). Sum of RGB (Red+Green+Blue) = 17+132+159=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #11849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11849F is #EE7B60. Grayscale: #646464. Windows color (decimal): -15629153 or 10454033. OLE color: 10454033.

HSL color Cylindrical-coordinate representation of color #11849F: hue angle of 191.41º 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 #11849F is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 132 159 -
CMYK 0.89 0.17 0 0.38
HSL 191.41º 0.81% 0.35% -
HSV(B) 191.41º 0.89% 0.62% -
XYZ 14.74 19.12 35.72 -
YUV 100.69 160.9 68.3 -
System Red Green Blue C M Y K H S L
Decimal 17 132 159 0.89 0.17 0 0.38 191.41 0.81 0.35
Hex 11 84 9F 59 11 0 26 BF 51 23
Octal 21 204 237 131 21 0 46 277 121 43
Binary 10001 10000100 10011111 1011001 10001 0 100110 10111111 1010001 100011

Color Harmonies of #11849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11849F

Black with #11849F

Text Example


Text Example

White with #11849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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