Html Css Color HEX #178095 Eastern Blue

📋 copy color: '#178095'

red 23 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #178095

Tints of Eastern Blue #178095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.67%

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

R = 7.67%
G = 42.67%
B = 49.67%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#178095 (or 0x178095) is known color: Eastern Blue. HEX triplet: 17, 80 and 95. RGB value is (23,128,149). Sum of RGB (Red+Green+Blue) = 23+128+149=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #178095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178095 is #E87F6A. Grayscale: #626262. Windows color (decimal): -15236971 or 9797655. OLE color: 9797655.

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

Color convert

RGB 23 128 149 -
CMYK 0.85 0.14 0 0.42
HSL 190º 0.73% 0.34% -
HSV(B) 190º 0.85% 0.58% -
XYZ 13.5 17.79 31.16 -
YUV 99 156.21 73.79 -
System Red Green Blue C M Y K H S L
Decimal 23 128 149 0.85 0.14 0 0.42 190 0.73 0.34
Hex 17 80 95 55 E 0 2A BE 49 22
Octal 27 200 225 125 16 0 52 276 111 42
Binary 10111 10000000 10010101 1010101 1110 0 101010 10111110 1001001 100010

Color Harmonies of #178095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178095

Black with #178095

Text Example


Text Example

White with #178095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178095; }

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

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

background-color css

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

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

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

border-color css

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

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

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