Html Css Color HEX #11829F Eastern Blue

📋 copy color: '#11829F'

red 17 ◦ green 130 ◦ blue 159

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

Shades of Eastern Blue #11829F

Tints of Eastern Blue #11829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

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

R = 5.56%
G = 42.48%
B = 51.96%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11829F (or 0x11829F) is known color: Eastern Blue. HEX triplet: 11, 82 and 9F. RGB value is (17,130,159). Sum of RGB (Red+Green+Blue) = 17+130+159=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #11829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11829F is #EE7D60. Grayscale: #636363. Windows color (decimal): -15629665 or 10453521. OLE color: 10453521.

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

Color convert

RGB 17 130 159 -
CMYK 0.89 0.18 0 0.38
HSL 192.25º 0.81% 0.35% -
HSV(B) 192.25º 0.89% 0.62% -
XYZ 14.47 18.59 35.63 -
YUV 99.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 17 130 159 0.89 0.18 0 0.38 192.25 0.81 0.35
Hex 11 82 9F 59 12 0 26 C0 51 23
Octal 21 202 237 131 22 0 46 300 121 43
Binary 10001 10000010 10011111 1011001 10010 0 100110 11000000 1010001 100011

Color Harmonies of #11829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11829F

Black with #11829F

Text Example


Text Example

White with #11829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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