Html Css Color HEX #19959B Java

📋 copy color: '#19959B'

red 25 ◦ green 149 ◦ blue 155

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

Shades of Java #19959B

Tints of Java #19959B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 7.6%
G = 45.29%
B = 47.11%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19959B (or 0x19959B) is known color: Java. HEX triplet: 19, 95 and 9B. RGB value is (25,149,155). Sum of RGB (Red+Green+Blue) = 25+149+155=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #19959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19959B is #E66A64. Grayscale: #707070. Windows color (decimal): -15100517 or 10196249. OLE color: 10196249.

HSL color Cylindrical-coordinate representation of color #19959B: hue angle of 182.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19959B is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 149 155 -
CMYK 0.84 0.04 0 0.39
HSL 182.77º 0.72% 0.35% -
HSV(B) 182.77º 0.84% 0.61% -
XYZ 17.06 24.07 34.76 -
YUV 112.61 151.92 65.51 -
System Red Green Blue C M Y K H S L
Decimal 25 149 155 0.84 0.04 0 0.39 182.77 0.72 0.35
Hex 19 95 9B 54 4 0 27 B7 48 23
Octal 31 225 233 124 4 0 47 267 110 43
Binary 11001 10010101 10011011 1010100 100 0 100111 10110111 1001000 100011

Color Harmonies of #19959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19959B

Black with #19959B

Text Example


Text Example

White with #19959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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