Html Css Color HEX #199099 Java

📋 copy color: '#199099'

red 25 ◦ green 144 ◦ blue 153

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

Shades of Java #199099

Tints of Java #199099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

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

R = 7.76%
G = 44.72%
B = 47.52%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#199099 (or 0x199099) is known color: Java. HEX triplet: 19, 90 and 99. RGB value is (25,144,153). Sum of RGB (Red+Green+Blue) = 25+144+153=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #199099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199099 is #E66F66. Grayscale: #6D6D6D. Windows color (decimal): -15101799 or 10063897. OLE color: 10063897.

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

Color convert

RGB 25 144 153 -
CMYK 0.84 0.06 0 0.4
HSL 184.22º 0.72% 0.35% -
HSV(B) 184.22º 0.84% 0.6% -
XYZ 16.12 22.45 33.62 -
YUV 109.45 152.58 67.77 -
System Red Green Blue C M Y K H S L
Decimal 25 144 153 0.84 0.06 0 0.4 184.22 0.72 0.35
Hex 19 90 99 54 6 0 28 B8 48 23
Octal 31 220 231 124 6 0 50 270 110 43
Binary 11001 10010000 10011001 1010100 110 0 101000 10111000 1001000 100011

Color Harmonies of #199099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199099

Black with #199099

Text Example


Text Example

White with #199099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199099; }

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

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

background-color css

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

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

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

border-color css

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

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

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