Html Css Color HEX #177995 Eastern Blue

📋 copy color: '#177995'

red 23 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #177995

Tints of Eastern Blue #177995

RGB

 RED value IS 23 (9.38% from 255) = 7.85%

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

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 7.85%
G = 41.3%
B = 50.85%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#177995 (or 0x177995) is known color: Eastern Blue. HEX triplet: 17, 79 and 95. RGB value is (23,121,149). Sum of RGB (Red+Green+Blue) = 23+121+149=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #177995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177995 is #E8866A. Grayscale: #5E5E5E. Windows color (decimal): -15238763 or 9795863. OLE color: 9795863.

HSL color Cylindrical-coordinate representation of color #177995: hue angle of 193.33º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #177995 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 121 149 -
CMYK 0.85 0.19 0 0.42
HSL 193.33º 0.73% 0.34% -
HSV(B) 193.33º 0.85% 0.58% -
XYZ 12.62 16.03 30.86 -
YUV 94.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 23 121 149 0.85 0.19 0 0.42 193.33 0.73 0.34
Hex 17 79 95 55 13 0 2A C1 49 22
Octal 27 171 225 125 23 0 52 301 111 42
Binary 10111 1111001 10010101 1010101 10011 0 101010 11000001 1001001 100010

Color Harmonies of #177995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177995

Black with #177995

Text Example


Text Example

White with #177995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177995; }

 p { color: rgb(23,121,149); }

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

background-color css

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

 a { background-color: rgb(23,121,149); }

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

border-color css

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

 span { border-color: rgb(23,121,149); }

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