Html Css Color HEX #117993 Eastern Blue

📋 copy color: '#117993'

red 17 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #117993

Tints of Eastern Blue #117993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

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

R = 5.96%
G = 42.46%
B = 51.58%

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

#117993 (or 0x117993) is known color: Eastern Blue. HEX triplet: 11, 79 and 93. RGB value is (17,121,147). Sum of RGB (Red+Green+Blue) = 17+121+147=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #117993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117993 is #EE866C. Grayscale: #5C5C5C. Windows color (decimal): -15631981 or 9664785. OLE color: 9664785.

HSL color Cylindrical-coordinate representation of color #117993: hue angle of 192º 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 #117993 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 121 147 -
CMYK 0.88 0.18 0 0.42
HSL 192º 0.79% 0.32% -
HSV(B) 192º 0.88% 0.58% -
XYZ 12.34 15.9 30.02 -
YUV 92.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 17 121 147 0.88 0.18 0 0.42 192 0.79 0.32
Hex 11 79 93 58 12 0 2A C0 4F 20
Octal 21 171 223 130 22 0 52 300 117 40
Binary 10001 1111001 10010011 1011000 10010 0 101010 11000000 1001111 100000

Color Harmonies of #117993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117993

Black with #117993

Text Example


Text Example

White with #117993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117993; }

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

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

background-color css

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

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

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

border-color css

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

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

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