Html Css Color HEX #19959E Java

📋 copy color: '#19959E'

red 25 ◦ green 149 ◦ blue 158

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

Shades of Java #19959E

Tints of Java #19959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.59%

R = 7.53%
G = 44.88%
B = 47.59%

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

#19959E (or 0x19959E) is known color: Java. HEX triplet: 19, 95 and 9E. RGB value is (25,149,158). Sum of RGB (Red+Green+Blue) = 25+149+158=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #19959E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19959E is #E66A61. Grayscale: #707070. Windows color (decimal): -15100514 or 10392857. OLE color: 10392857.

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

Color convert

RGB 25 149 158 -
CMYK 0.84 0.06 0 0.38
HSL 184.06º 0.73% 0.36% -
HSV(B) 184.06º 0.84% 0.62% -
XYZ 17.32 24.17 36.1 -
YUV 112.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 25 149 158 0.84 0.06 0 0.38 184.06 0.73 0.36
Hex 19 95 9E 54 6 0 26 B8 49 24
Octal 31 225 236 124 6 0 46 270 111 44
Binary 11001 10010101 10011110 1010100 110 0 100110 10111000 1001001 100100

Color Harmonies of #19959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19959E

Black with #19959E

Text Example


Text Example

White with #19959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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