Html Css Color HEX #199094 Java

📋 copy color: '#199094'

red 25 ◦ green 144 ◦ blue 148

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

Shades of Java #199094

Tints of Java #199094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 7.89%
G = 45.43%
B = 46.69%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#199094 (or 0x199094) is known color: Java. HEX triplet: 19, 90 and 94. RGB value is (25,144,148). Sum of RGB (Red+Green+Blue) = 25+144+148=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #199094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199094 is #E66F6B. Grayscale: #6C6C6C. Windows color (decimal): -15101804 or 9736217. OLE color: 9736217.

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

Color convert

RGB 25 144 148 -
CMYK 0.83 0.03 0 0.42
HSL 181.95º 0.71% 0.34% -
HSV(B) 181.95º 0.83% 0.58% -
XYZ 15.72 22.29 31.49 -
YUV 108.88 150.08 68.17 -
System Red Green Blue C M Y K H S L
Decimal 25 144 148 0.83 0.03 0 0.42 181.95 0.71 0.34
Hex 19 90 94 53 3 0 2A B6 47 22
Octal 31 220 224 123 3 0 52 266 107 42
Binary 11001 10010000 10010100 1010011 11 0 101010 10110110 1000111 100010

Color Harmonies of #199094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199094

Black with #199094

Text Example


Text Example

White with #199094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199094; }

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

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

background-color css

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

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

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

border-color css

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

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

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