Html Css Color HEX #19858E Java

📋 copy color: '#19858E'

red 25 ◦ green 133 ◦ blue 142

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

Shades of Java #19858E

Tints of Java #19858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

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

R = 8.33%
G = 44.33%
B = 47.33%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19858E (or 0x19858E) is known color: Java. HEX triplet: 19, 85 and 8E. RGB value is (25,133,142). Sum of RGB (Red+Green+Blue) = 25+133+142=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #19858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19858E is #E67A71. Grayscale: #656565. Windows color (decimal): -15104626 or 9340185. OLE color: 9340185.

HSL color Cylindrical-coordinate representation of color #19858E: hue angle of 184.62º 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 #19858E is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 133 142 -
CMYK 0.82 0.06 0 0.44
HSL 184.62º 0.7% 0.33% -
HSV(B) 184.62º 0.82% 0.56% -
XYZ 13.67 18.93 28.53 -
YUV 101.73 150.72 73.27 -
System Red Green Blue C M Y K H S L
Decimal 25 133 142 0.82 0.06 0 0.44 184.62 0.7 0.33
Hex 19 85 8E 52 6 0 2C B9 46 21
Octal 31 205 216 122 6 0 54 271 106 41
Binary 11001 10000101 10001110 1010010 110 0 101100 10111001 1000110 100001

Color Harmonies of #19858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19858E

Black with #19858E

Text Example


Text Example

White with #19858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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