Html Css Color HEX #198094 Eastern Blue

📋 copy color: '#198094'

red 25 ◦ green 128 ◦ blue 148

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

Shades of Eastern Blue #198094

Tints of Eastern Blue #198094

RGB

 RED value IS 25 (10.16% from 255) = 8.31%

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

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

R = 8.31%
G = 42.52%
B = 49.17%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198094 (or 0x198094) is known color: Eastern Blue. HEX triplet: 19, 80 and 94. RGB value is (25,128,148). Sum of RGB (Red+Green+Blue) = 25+128+148=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 128 (50.39% from 255 or 42.52% 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 #198094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198094 is #E67F6B. Grayscale: #636363. Windows color (decimal): -15105900 or 9732121. OLE color: 9732121.

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

Color convert

RGB 25 128 148 -
CMYK 0.83 0.14 0 0.42
HSL 189.76º 0.71% 0.34% -
HSV(B) 189.76º 0.83% 0.58% -
XYZ 13.47 17.78 30.74 -
YUV 99.48 155.38 74.87 -
System Red Green Blue C M Y K H S L
Decimal 25 128 148 0.83 0.14 0 0.42 189.76 0.71 0.34
Hex 19 80 94 53 E 0 2A BE 47 22
Octal 31 200 224 123 16 0 52 276 107 42
Binary 11001 10000000 10010100 1010011 1110 0 101010 10111110 1000111 100010

Color Harmonies of #198094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198094

Black with #198094

Text Example


Text Example

White with #198094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198094; }

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

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

background-color css

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

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

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

border-color css

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

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

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