Html Css Color HEX #198299 Eastern Blue

📋 copy color: '#198299'

red 25 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #198299

Tints of Eastern Blue #198299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 8.12%
G = 42.21%
B = 49.68%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#198299 (or 0x198299) is known color: Eastern Blue. HEX triplet: 19, 82 and 99. RGB value is (25,130,153). Sum of RGB (Red+Green+Blue) = 25+130+153=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #198299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198299 is #E67D66. Grayscale: #656565. Windows color (decimal): -15105383 or 10060313. OLE color: 10060313.

HSL color Cylindrical-coordinate representation of color #198299: hue angle of 190.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198299 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 130 153 -
CMYK 0.84 0.15 0 0.4
HSL 190.78º 0.72% 0.35% -
HSV(B) 190.78º 0.84% 0.6% -
XYZ 14.13 18.47 32.96 -
YUV 101.23 157.21 73.63 -
System Red Green Blue C M Y K H S L
Decimal 25 130 153 0.84 0.15 0 0.4 190.78 0.72 0.35
Hex 19 82 99 54 F 0 28 BF 48 23
Octal 31 202 231 124 17 0 50 277 110 43
Binary 11001 10000010 10011001 1010100 1111 0 101000 10111111 1001000 100011

Color Harmonies of #198299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198299

Black with #198299

Text Example


Text Example

White with #198299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198299; }

 p { color: rgb(25,130,153); }

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

background-color css

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

 a { background-color: rgb(25,130,153); }

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

border-color css

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

 span { border-color: rgb(25,130,153); }

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