Html Css Color HEX #19959D Java

📋 copy color: '#19959D'

red 25 ◦ green 149 ◦ blue 157

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

Shades of Java #19959D

Tints of Java #19959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 7.55%
G = 45.02%
B = 47.43%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19959D (or 0x19959D) is known color: Java. HEX triplet: 19, 95 and 9D. RGB value is (25,149,157). Sum of RGB (Red+Green+Blue) = 25+149+157=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #19959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19959D is #E66A62. Grayscale: #707070. Windows color (decimal): -15100515 or 10327321. OLE color: 10327321.

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

Color convert

RGB 25 149 157 -
CMYK 0.84 0.05 0 0.38
HSL 183.64º 0.73% 0.36% -
HSV(B) 183.64º 0.84% 0.62% -
XYZ 17.23 24.14 35.65 -
YUV 112.84 152.92 65.35 -
System Red Green Blue C M Y K H S L
Decimal 25 149 157 0.84 0.05 0 0.38 183.64 0.73 0.36
Hex 19 95 9D 54 5 0 26 B8 49 24
Octal 31 225 235 124 5 0 46 270 111 44
Binary 11001 10010101 10011101 1010100 101 0 100110 10111000 1001001 100100

Color Harmonies of #19959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19959D

Black with #19959D

Text Example


Text Example

White with #19959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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