Html Css Color HEX #117893 Eastern Blue

📋 copy color: '#117893'

red 17 ◦ green 120 ◦ blue 147

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

Shades of Eastern Blue #117893

Tints of Eastern Blue #117893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 5.99%
G = 42.25%
B = 51.76%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117893 (or 0x117893) is known color: Eastern Blue. HEX triplet: 11, 78 and 93. RGB value is (17,120,147). Sum of RGB (Red+Green+Blue) = 17+120+147=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #117893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117893 is #EE876C. Grayscale: #5C5C5C. Windows color (decimal): -15632237 or 9664529. OLE color: 9664529.

HSL color Cylindrical-coordinate representation of color #117893: hue angle of 192.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117893 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 120 147 -
CMYK 0.88 0.18 0 0.42
HSL 192.46º 0.79% 0.32% -
HSV(B) 192.46º 0.88% 0.58% -
XYZ 12.21 15.66 29.98 -
YUV 92.28 158.88 74.3 -
System Red Green Blue C M Y K H S L
Decimal 17 120 147 0.88 0.18 0 0.42 192.46 0.79 0.32
Hex 11 78 93 58 12 0 2A C0 4F 20
Octal 21 170 223 130 22 0 52 300 117 40
Binary 10001 1111000 10010011 1011000 10010 0 101010 11000000 1001111 100000

Color Harmonies of #117893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117893

Black with #117893

Text Example


Text Example

White with #117893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117893; }

 p { color: rgb(17,120,147); }

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

background-color css

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

 a { background-color: rgb(17,120,147); }

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

border-color css

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

 span { border-color: rgb(17,120,147); }

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