Html Css Color HEX #19959F Java

📋 copy color: '#19959F'

red 25 ◦ green 149 ◦ blue 159

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

Shades of Java #19959F

Tints of Java #19959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

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

R = 7.51%
G = 44.74%
B = 47.75%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19959F (or 0x19959F) is known color: Java. HEX triplet: 19, 95 and 9F. RGB value is (25,149,159). Sum of RGB (Red+Green+Blue) = 25+149+159=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #19959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19959F is #E66A60. Grayscale: #707070. Windows color (decimal): -15100513 or 10458393. OLE color: 10458393.

HSL color Cylindrical-coordinate representation of color #19959F: hue angle of 184.48º 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 #19959F is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 149 159 -
CMYK 0.84 0.06 0 0.38
HSL 184.48º 0.73% 0.36% -
HSV(B) 184.48º 0.84% 0.62% -
XYZ 17.41 24.2 36.56 -
YUV 113.06 153.92 65.19 -
System Red Green Blue C M Y K H S L
Decimal 25 149 159 0.84 0.06 0 0.38 184.48 0.73 0.36
Hex 19 95 9F 54 6 0 26 B8 49 24
Octal 31 225 237 124 6 0 46 270 111 44
Binary 11001 10010101 10011111 1010100 110 0 100110 10111000 1001001 100100

Color Harmonies of #19959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19959F

Black with #19959F

Text Example


Text Example

White with #19959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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