Html Css Color HEX #19939B Java

📋 copy color: '#19939B'

red 25 ◦ green 147 ◦ blue 155

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

Shades of Java #19939B

Tints of Java #19939B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.95%

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

R = 7.65%
G = 44.95%
B = 47.4%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19939B (or 0x19939B) is known color: Java. HEX triplet: 19, 93 and 9B. RGB value is (25,147,155). Sum of RGB (Red+Green+Blue) = 25+147+155=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #19939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19939B is #E66C64. Grayscale: #6F6F6F. Windows color (decimal): -15101029 or 10195737. OLE color: 10195737.

HSL color Cylindrical-coordinate representation of color #19939B: hue angle of 183.69º 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 #19939B is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 147 155 -
CMYK 0.84 0.05 0 0.39
HSL 183.69º 0.72% 0.35% -
HSV(B) 183.69º 0.84% 0.61% -
XYZ 16.75 23.44 34.65 -
YUV 111.43 152.58 66.35 -
System Red Green Blue C M Y K H S L
Decimal 25 147 155 0.84 0.05 0 0.39 183.69 0.72 0.35
Hex 19 93 9B 54 5 0 27 B8 48 23
Octal 31 223 233 124 5 0 47 270 110 43
Binary 11001 10010011 10011011 1010100 101 0 100111 10111000 1001000 100011

Color Harmonies of #19939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19939B

Black with #19939B

Text Example


Text Example

White with #19939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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