Html Css Color HEX #178294 Eastern Blue

📋 copy color: '#178294'

red 23 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #178294

Tints of Eastern Blue #178294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 7.64%
G = 43.19%
B = 49.17%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#178294 (or 0x178294) is known color: Eastern Blue. HEX triplet: 17, 82 and 94. RGB value is (23,130,148). Sum of RGB (Red+Green+Blue) = 23+130+148=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #178294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178294 is #E87D6B. Grayscale: #636363. Windows color (decimal): -15236460 or 9732631. OLE color: 9732631.

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

Color convert

RGB 23 130 148 -
CMYK 0.84 0.12 0 0.42
HSL 188.64º 0.73% 0.34% -
HSV(B) 188.64º 0.84% 0.58% -
XYZ 13.68 18.29 30.83 -
YUV 100.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 23 130 148 0.84 0.12 0 0.42 188.64 0.73 0.34
Hex 17 82 94 54 C 0 2A BD 49 22
Octal 27 202 224 124 14 0 52 275 111 42
Binary 10111 10000010 10010100 1010100 1100 0 101010 10111101 1001001 100010

Color Harmonies of #178294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178294

Black with #178294

Text Example


Text Example

White with #178294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178294; }

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

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

background-color css

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

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

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

border-color css

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

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

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