Html Css Color HEX #19869A Java

📋 copy color: '#19869A'

red 25 ◦ green 134 ◦ blue 154

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

Shades of Java #19869A

Tints of Java #19869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

 BLUE value IS 154 (60.55% from 255) = 49.2%

R = 7.99%
G = 42.81%
B = 49.2%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19869A (or 0x19869A) is known color: Java. HEX triplet: 19, 86 and 9A. RGB value is (25,134,154). Sum of RGB (Red+Green+Blue) = 25+134+154=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #19869A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19869A is #E67965. Grayscale: #676767. Windows color (decimal): -15104358 or 10126873. OLE color: 10126873.

HSL color Cylindrical-coordinate representation of color #19869A: hue angle of 189.3º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19869A is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 134 154 -
CMYK 0.84 0.13 0 0.40
HSL 189.3º 0.72% 0.35% -
HSV(B) 189.3º 0.84% 0.6% -
XYZ 14.76 19.59 33.58 -
YUV 103.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 25 134 154 0.84 0.13 0 0.40 189.3 0.72 0.35
Hex 19 86 9A 54 D 0 28 BD 48 23
Octal 31 206 232 124 15 0 50 275 110 43
Binary 11001 10000110 10011010 1010100 1101 0 101000 10111101 1001000 100011

Color Harmonies of #19869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19869A

Black with #19869A

Text Example


Text Example

White with #19869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19869A; }

 p { color: rgb(25,134,154); }

 H1.HeaderClassName
 {
   color: #19869A;
 }
 .AnyTagClassName
 {
   color: #19869A;
 }
</style>

background-color css

<style>
 a { background-color: #19869A; }

 a { background-color: rgb(25,134,154); }

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

border-color css

<style>
 span { border-color: #19869A; }

 span { border-color: rgb(25,134,154); }

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