Html Css Color HEX #199399 Java

📋 copy color: '#199399'

red 25 ◦ green 147 ◦ blue 153

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

Shades of Java #199399

Tints of Java #199399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

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

R = 7.69%
G = 45.23%
B = 47.08%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#199399 (or 0x199399) is known color: Java. HEX triplet: 19, 93 and 99. RGB value is (25,147,153). Sum of RGB (Red+Green+Blue) = 25+147+153=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #199399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199399 is #E66C66. Grayscale: #6F6F6F. Windows color (decimal): -15101031 or 10064665. OLE color: 10064665.

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

Color convert

RGB 25 147 153 -
CMYK 0.84 0.04 0 0.4
HSL 182.81º 0.72% 0.35% -
HSV(B) 182.81º 0.84% 0.6% -
XYZ 16.58 23.37 33.77 -
YUV 111.21 151.58 66.51 -
System Red Green Blue C M Y K H S L
Decimal 25 147 153 0.84 0.04 0 0.4 182.81 0.72 0.35
Hex 19 93 99 54 4 0 28 B7 48 23
Octal 31 223 231 124 4 0 50 267 110 43
Binary 11001 10010011 10011001 1010100 100 0 101000 10110111 1001000 100011

Color Harmonies of #199399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199399

Black with #199399

Text Example


Text Example

White with #199399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199399; }

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

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

background-color css

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

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

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

border-color css

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

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

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