Html Css Color HEX #199498 Java

📋 copy color: '#199498'

red 25 ◦ green 148 ◦ blue 152

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

Shades of Java #199498

Tints of Java #199498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 7.69%
G = 45.54%
B = 46.77%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#199498 (or 0x199498) is known color: Java. HEX triplet: 19, 94 and 98. RGB value is (25,148,152). Sum of RGB (Red+Green+Blue) = 25+148+152=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #199498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199498 is #E66B67. Grayscale: #6F6F6F. Windows color (decimal): -15100776 or 9999385. OLE color: 9999385.

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

Color convert

RGB 25 148 152 -
CMYK 0.84 0.03 0 0.40
HSL 181.89º 0.72% 0.35% -
HSV(B) 181.89º 0.84% 0.6% -
XYZ 16.66 23.65 33.39 -
YUV 111.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 25 148 152 0.84 0.03 0 0.40 181.89 0.72 0.35
Hex 19 94 98 54 3 0 28 B6 48 23
Octal 31 224 230 124 3 0 50 266 110 43
Binary 11001 10010100 10011000 1010100 11 0 101000 10110110 1001000 100011

Color Harmonies of #199498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199498

Black with #199498

Text Example


Text Example

White with #199498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199498; }

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

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

background-color css

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

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

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

border-color css

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

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

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