Html Css Color HEX #198095 Eastern Blue

📋 copy color: '#198095'

red 25 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #198095

Tints of Eastern Blue #198095

RGB

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

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

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

R = 8.28%
G = 42.38%
B = 49.34%

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

#198095 (or 0x198095) is known color: Eastern Blue. HEX triplet: 19, 80 and 95. RGB value is (25,128,149). Sum of RGB (Red+Green+Blue) = 25+128+149=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #198095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198095 is #E67F6A. Grayscale: #636363. Windows color (decimal): -15105899 or 9797657. OLE color: 9797657.

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

Color convert

RGB 25 128 149 -
CMYK 0.83 0.14 0 0.42
HSL 190.16º 0.71% 0.34% -
HSV(B) 190.16º 0.83% 0.58% -
XYZ 13.54 17.81 31.16 -
YUV 99.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 25 128 149 0.83 0.14 0 0.42 190.16 0.71 0.34
Hex 19 80 95 53 E 0 2A BE 47 22
Octal 31 200 225 123 16 0 52 276 107 42
Binary 11001 10000000 10010101 1010011 1110 0 101010 10111110 1000111 100010

Color Harmonies of #198095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198095

Black with #198095

Text Example


Text Example

White with #198095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198095; }

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

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

background-color css

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

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

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

border-color css

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

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

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