Html Css Color HEX #178094 Eastern Blue

📋 copy color: '#178094'

red 23 ◦ green 128 ◦ blue 148

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

Shades of Eastern Blue #178094

Tints of Eastern Blue #178094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 7.69%
G = 42.81%
B = 49.5%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#178094 (or 0x178094) is known color: Eastern Blue. HEX triplet: 17, 80 and 94. RGB value is (23,128,148). Sum of RGB (Red+Green+Blue) = 23+128+148=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #178094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178094 is #E87F6B. Grayscale: #626262. Windows color (decimal): -15236972 or 9732119. OLE color: 9732119.

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

Color convert

RGB 23 128 148 -
CMYK 0.84 0.14 0 0.42
HSL 189.6º 0.73% 0.34% -
HSV(B) 189.6º 0.84% 0.58% -
XYZ 13.42 17.76 30.74 -
YUV 98.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 23 128 148 0.84 0.14 0 0.42 189.6 0.73 0.34
Hex 17 80 94 54 E 0 2A BE 49 22
Octal 27 200 224 124 16 0 52 276 111 42
Binary 10111 10000000 10010100 1010100 1110 0 101010 10111110 1001001 100010

Color Harmonies of #178094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178094

Black with #178094

Text Example


Text Example

White with #178094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178094; }

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

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

background-color css

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

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

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

border-color css

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

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

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