Html Css Color HEX #19939F Java

📋 copy color: '#19939F'

red 25 ◦ green 147 ◦ blue 159

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

Shades of Java #19939F

Tints of Java #19939F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 7.55%
G = 44.41%
B = 48.04%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19939F (or 0x19939F) is known color: Java. HEX triplet: 19, 93 and 9F. RGB value is (25,147,159). Sum of RGB (Red+Green+Blue) = 25+147+159=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #19939F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19939F is #E66C60. Grayscale: #6F6F6F. Windows color (decimal): -15101025 or 10457881. OLE color: 10457881.

HSL color Cylindrical-coordinate representation of color #19939F: hue angle of 185.37º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19939F is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 147 159 -
CMYK 0.84 0.08 0 0.38
HSL 185.37º 0.73% 0.36% -
HSV(B) 185.37º 0.84% 0.62% -
XYZ 17.09 23.58 36.45 -
YUV 111.89 154.58 66.02 -
System Red Green Blue C M Y K H S L
Decimal 25 147 159 0.84 0.08 0 0.38 185.37 0.73 0.36
Hex 19 93 9F 54 8 0 26 B9 49 24
Octal 31 223 237 124 10 0 46 271 111 44
Binary 11001 10010011 10011111 1010100 1000 0 100110 10111001 1001001 100100

Color Harmonies of #19939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19939F

Black with #19939F

Text Example


Text Example

White with #19939F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19939F; }

 p { color: rgb(25,147,159); }

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

background-color css

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

 a { background-color: rgb(25,147,159); }

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

border-color css

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

 span { border-color: rgb(25,147,159); }

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