Html Css Color HEX #199298 Java

📋 copy color: '#199298'

red 25 ◦ green 146 ◦ blue 152

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

Shades of Java #199298

Tints of Java #199298

RGB

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

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

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

R = 7.74%
G = 45.2%
B = 47.06%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#199298 (or 0x199298) is known color: Java. HEX triplet: 19, 92 and 98. RGB value is (25,146,152). Sum of RGB (Red+Green+Blue) = 25+146+152=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #199298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199298 is #E66D67. Grayscale: #6E6E6E. Windows color (decimal): -15101288 or 9998873. OLE color: 9998873.

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

Color convert

RGB 25 146 152 -
CMYK 0.84 0.04 0 0.40
HSL 182.83º 0.72% 0.35% -
HSV(B) 182.83º 0.84% 0.6% -
XYZ 16.35 23.03 33.29 -
YUV 110.51 151.41 67.01 -
System Red Green Blue C M Y K H S L
Decimal 25 146 152 0.84 0.04 0 0.40 182.83 0.72 0.35
Hex 19 92 98 54 4 0 28 B7 48 23
Octal 31 222 230 124 4 0 50 267 110 43
Binary 11001 10010010 10011000 1010100 100 0 101000 10110111 1001000 100011

Color Harmonies of #199298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199298

Black with #199298

Text Example


Text Example

White with #199298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199298; }

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

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

background-color css

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

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

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

border-color css

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

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

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