Html Css Color HEX #19949D Java

📋 copy color: '#19949D'

red 25 ◦ green 148 ◦ blue 157

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

Shades of Java #19949D

Tints of Java #19949D

RGB

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

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

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

R = 7.58%
G = 44.85%
B = 47.58%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19949D (or 0x19949D) is known color: Java. HEX triplet: 19, 94 and 9D. RGB value is (25,148,157). Sum of RGB (Red+Green+Blue) = 25+148+157=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #19949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19949D is #E66B62. Grayscale: #707070. Windows color (decimal): -15100771 or 10327065. OLE color: 10327065.

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

Color convert

RGB 25 148 157 -
CMYK 0.84 0.06 0 0.38
HSL 184.09º 0.73% 0.36% -
HSV(B) 184.09º 0.84% 0.62% -
XYZ 17.08 23.82 35.6 -
YUV 112.25 153.25 65.77 -
System Red Green Blue C M Y K H S L
Decimal 25 148 157 0.84 0.06 0 0.38 184.09 0.73 0.36
Hex 19 94 9D 54 6 0 26 B8 49 24
Octal 31 224 235 124 6 0 46 270 111 44
Binary 11001 10010100 10011101 1010100 110 0 100110 10111000 1001001 100100

Color Harmonies of #19949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19949D

Black with #19949D

Text Example


Text Example

White with #19949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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