Html Css Color HEX #118FA2 Eastern Blue

📋 copy color: '#118FA2'

red 17 ◦ green 143 ◦ blue 162

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

Shades of Eastern Blue #118FA2

Tints of Eastern Blue #118FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 162 (63.67% from 255) = 50.31%

R = 5.28%
G = 44.41%
B = 50.31%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#118FA2 (or 0x118FA2) is known color: Eastern Blue. HEX triplet: 11, 8F and A2. RGB value is (17,143,162). Sum of RGB (Red+Green+Blue) = 17+143+162=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #118FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118FA2 is #EE705D. Grayscale: #6B6B6B. Windows color (decimal): -15626334 or 10653457. OLE color: 10653457.

HSL color Cylindrical-coordinate representation of color #118FA2: hue angle of 187.86º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118FA2 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 143 162 -
CMYK 0.90 0.12 0 0.36
HSL 187.86º 0.81% 0.35% -
HSV(B) 187.86º 0.9% 0.64% -
XYZ 16.58 22.37 37.63 -
YUV 107.49 158.76 63.46 -
System Red Green Blue C M Y K H S L
Decimal 17 143 162 0.90 0.12 0 0.36 187.86 0.81 0.35
Hex 11 8F A2 5A C 0 24 BC 51 23
Octal 21 217 242 132 14 0 44 274 121 43
Binary 10001 10001111 10100010 1011010 1100 0 100100 10111100 1010001 100011

Color Harmonies of #118FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FA2

Black with #118FA2

Text Example


Text Example

White with #118FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118FA2; }

 p { color: rgb(17,143,162); }

 H1.HeaderClassName
 {
   color: #118FA2;
 }
 .AnyTagClassName
 {
   color: #118FA2;
 }
</style>

background-color css

<style>
 a { background-color: #118FA2; }

 a { background-color: rgb(17,143,162); }

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

border-color css

<style>
 span { border-color: #118FA2; }

 span { border-color: rgb(17,143,162); }

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