Html Css Color HEX #19949F Java

📋 copy color: '#19949F'

red 25 ◦ green 148 ◦ blue 159

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

Shades of Java #19949F

Tints of Java #19949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 7.53%
G = 44.58%
B = 47.89%

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

#19949F (or 0x19949F) is known color: Java. HEX triplet: 19, 94 and 9F. RGB value is (25,148,159). Sum of RGB (Red+Green+Blue) = 25+148+159=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #19949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19949F is #E66B60. Grayscale: #707070. Windows color (decimal): -15100769 or 10458137. OLE color: 10458137.

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

Color convert

RGB 25 148 159 -
CMYK 0.84 0.07 0 0.38
HSL 184.93º 0.73% 0.36% -
HSV(B) 184.93º 0.84% 0.62% -
XYZ 17.25 23.89 36.5 -
YUV 112.48 154.25 65.61 -
System Red Green Blue C M Y K H S L
Decimal 25 148 159 0.84 0.07 0 0.38 184.93 0.73 0.36
Hex 19 94 9F 54 7 0 26 B9 49 24
Octal 31 224 237 124 7 0 46 271 111 44
Binary 11001 10010100 10011111 1010100 111 0 100110 10111001 1001001 100100

Color Harmonies of #19949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19949F

Black with #19949F

Text Example


Text Example

White with #19949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19949F; }

 p { color: rgb(25,148,159); }

 H1.HeaderClassName
 {
   color: #19949F;
 }
 .AnyTagClassName
 {
   color: #19949F;
 }
</style>

background-color css

<style>
 a { background-color: #19949F; }

 a { background-color: rgb(25,148,159); }

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

border-color css

<style>
 span { border-color: #19949F; }

 span { border-color: rgb(25,148,159); }

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