Html Css Color HEX #19909D Java

📋 copy color: '#19909D'

red 25 ◦ green 144 ◦ blue 157

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

Shades of Java #19909D

Tints of Java #19909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 7.67%
G = 44.17%
B = 48.16%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19909D (or 0x19909D) is known color: Java. HEX triplet: 19, 90 and 9D. RGB value is (25,144,157). Sum of RGB (Red+Green+Blue) = 25+144+157=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #19909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19909D is #E66F62. Grayscale: #6D6D6D. Windows color (decimal): -15101795 or 10326041. OLE color: 10326041.

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

Color convert

RGB 25 144 157 -
CMYK 0.84 0.08 0 0.38
HSL 185.91º 0.73% 0.36% -
HSV(B) 185.91º 0.84% 0.62% -
XYZ 16.46 22.59 35.39 -
YUV 109.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 25 144 157 0.84 0.08 0 0.38 185.91 0.73 0.36
Hex 19 90 9D 54 8 0 26 BA 49 24
Octal 31 220 235 124 10 0 46 272 111 44
Binary 11001 10010000 10011101 1010100 1000 0 100110 10111010 1001001 100100

Color Harmonies of #19909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19909D

Black with #19909D

Text Example


Text Example

White with #19909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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