Html Css Color HEX #19878E Java

📋 copy color: '#19878E'

red 25 ◦ green 135 ◦ blue 142

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

Shades of Java #19878E

Tints of Java #19878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

 BLUE value IS 142 (55.86% from 255) = 47.02%

R = 8.28%
G = 44.7%
B = 47.02%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19878E (or 0x19878E) is known color: Java. HEX triplet: 19, 87 and 8E. RGB value is (25,135,142). Sum of RGB (Red+Green+Blue) = 25+135+142=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #19878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19878E is #E67871. Grayscale: #666666. Windows color (decimal): -15104114 or 9340697. OLE color: 9340697.

HSL color Cylindrical-coordinate representation of color #19878E: hue angle of 183.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19878E is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 135 142 -
CMYK 0.82 0.05 0 0.44
HSL 183.59º 0.7% 0.33% -
HSV(B) 183.59º 0.82% 0.56% -
XYZ 13.95 19.49 28.62 -
YUV 102.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 25 135 142 0.82 0.05 0 0.44 183.59 0.7 0.33
Hex 19 87 8E 52 5 0 2C B8 46 21
Octal 31 207 216 122 5 0 54 270 106 41
Binary 11001 10000111 10001110 1010010 101 0 101100 10111000 1000110 100001

Color Harmonies of #19878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19878E

Black with #19878E

Text Example


Text Example

White with #19878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19878E; }

 p { color: rgb(25,135,142); }

 H1.HeaderClassName
 {
   color: #19878E;
 }
 .AnyTagClassName
 {
   color: #19878E;
 }
</style>

background-color css

<style>
 a { background-color: #19878E; }

 a { background-color: rgb(25,135,142); }

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

border-color css

<style>
 span { border-color: #19878E; }

 span { border-color: rgb(25,135,142); }

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