Html Css Color HEX #199092 Java

📋 copy color: '#199092'

red 25 ◦ green 144 ◦ blue 146

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

Shades of Java #199092

Tints of Java #199092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 7.94%
G = 45.71%
B = 46.35%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#199092 (or 0x199092) is known color: Java. HEX triplet: 19, 90 and 92. RGB value is (25,144,146). Sum of RGB (Red+Green+Blue) = 25+144+146=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #199092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199092 is #E66F6D. Grayscale: #6C6C6C. Windows color (decimal): -15101806 or 9605145. OLE color: 9605145.

HSL color Cylindrical-coordinate representation of color #199092: hue angle of 180.99º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199092 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 144 146 -
CMYK 0.83 0.01 0 0.43
HSL 180.99º 0.71% 0.34% -
HSV(B) 180.99º 0.83% 0.57% -
XYZ 15.56 22.23 30.66 -
YUV 108.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 25 144 146 0.83 0.01 0 0.43 180.99 0.71 0.34
Hex 19 90 92 53 1 0 2B B5 47 22
Octal 31 220 222 123 1 0 53 265 107 42
Binary 11001 10010000 10010010 1010011 1 0 101011 10110101 1000111 100010

Color Harmonies of #199092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199092

Black with #199092

Text Example


Text Example

White with #199092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199092; }

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

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

background-color css

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

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

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

border-color css

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

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

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