#199198

Color #199198 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #199198

Tints of Java #199198

Color information

#199198 (or 0x199198) is unknown color: approx Java. HEX triplet: 19, 91 and 98. RGB value is (25,145,152). Sum of RGB (Red+Green+Blue) = 25+145+152=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #199198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199198 is #E66E67. Grayscale: #6D6D6D. Windows color (decimal): -15101544 or 9998617. OLE color: 9998617.

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

Color convert

RGB25145152-
CMYK0.840.0500.40
HSL183.31º71.75%34.71%-
HSV(B)183.31º83.55%59.61%-
XYZ16.1922.7233.24-
YUV109.92151.7467.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.76%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=7.76%
G=45.03%
B=47.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251451520.840.0500.40183.3171.7534.71
Hex199198545028b74823
Octal31221230124505026711043
Binary11001100100011001100010101001010101000101101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199198; }

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

 H1.HeaderClassName
 {
   color: #199198;
 }
 .AnyTagClassName
 {
   color: #199198;
 }
</style>
background-color css

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

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

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

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

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

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