Html Css Color HEX #199297 Java

📋 copy color: '#199297'

red 25 ◦ green 146 ◦ blue 151

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

Shades of Java #199297

Tints of Java #199297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

 BLUE value IS 151 (59.38% from 255) = 46.89%

R = 7.76%
G = 45.34%
B = 46.89%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#199297 (or 0x199297) is known color: Java. HEX triplet: 19, 92 and 97. RGB value is (25,146,151). Sum of RGB (Red+Green+Blue) = 25+146+151=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #199297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199297 is #E66D68. Grayscale: #6E6E6E. Windows color (decimal): -15101289 or 9933337. OLE color: 9933337.

HSL color Cylindrical-coordinate representation of color #199297: hue angle of 182.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199297 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 146 151 -
CMYK 0.83 0.03 0 0.41
HSL 182.38º 0.72% 0.35% -
HSV(B) 182.38º 0.83% 0.59% -
XYZ 16.27 23 32.86 -
YUV 110.39 150.91 67.09 -
System Red Green Blue C M Y K H S L
Decimal 25 146 151 0.83 0.03 0 0.41 182.38 0.72 0.35
Hex 19 92 97 53 3 0 29 B6 48 23
Octal 31 222 227 123 3 0 51 266 110 43
Binary 11001 10010010 10010111 1010011 11 0 101001 10110110 1001000 100011

Color Harmonies of #199297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199297

Black with #199297

Text Example


Text Example

White with #199297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199297; }

 p { color: rgb(25,146,151); }

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

background-color css

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

 a { background-color: rgb(25,146,151); }

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

border-color css

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

 span { border-color: rgb(25,146,151); }

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