Html Css Color HEX #19929D Java

📋 copy color: '#19929D'

red 25 ◦ green 146 ◦ blue 157

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

Shades of Java #19929D

Tints of Java #19929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 7.62%
G = 44.51%
B = 47.87%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19929D (or 0x19929D) is known color: Java. HEX triplet: 19, 92 and 9D. RGB value is (25,146,157). Sum of RGB (Red+Green+Blue) = 25+146+157=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #19929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19929D is #E66D62. Grayscale: #6E6E6E. Windows color (decimal): -15101283 or 10326553. OLE color: 10326553.

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

Color convert

RGB 25 146 157 -
CMYK 0.84 0.07 0 0.38
HSL 185º 0.73% 0.36% -
HSV(B) 185º 0.84% 0.62% -
XYZ 16.77 23.2 35.49 -
YUV 111.08 153.91 66.61 -
System Red Green Blue C M Y K H S L
Decimal 25 146 157 0.84 0.07 0 0.38 185 0.73 0.36
Hex 19 92 9D 54 7 0 26 B9 49 24
Octal 31 222 235 124 7 0 46 271 111 44
Binary 11001 10010010 10011101 1010100 111 0 100110 10111001 1001001 100100

Color Harmonies of #19929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19929D

Black with #19929D

Text Example


Text Example

White with #19929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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