Html Css Color HEX #19858F Java

📋 copy color: '#19858F'

red 25 ◦ green 133 ◦ blue 143

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

Shades of Java #19858F

Tints of Java #19858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.51%

R = 8.31%
G = 44.19%
B = 47.51%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19858F (or 0x19858F) is known color: Java. HEX triplet: 19, 85 and 8F. RGB value is (25,133,143). Sum of RGB (Red+Green+Blue) = 25+133+143=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #19858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19858F is #E67A70. Grayscale: #656565. Windows color (decimal): -15104625 or 9405721. OLE color: 9405721.

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

Color convert

RGB 25 133 143 -
CMYK 0.83 0.07 0 0.44
HSL 185.08º 0.7% 0.33% -
HSV(B) 185.08º 0.83% 0.56% -
XYZ 13.75 18.96 28.92 -
YUV 101.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 25 133 143 0.83 0.07 0 0.44 185.08 0.7 0.33
Hex 19 85 8F 53 7 0 2C B9 46 21
Octal 31 205 217 123 7 0 54 271 106 41
Binary 11001 10000101 10001111 1010011 111 0 101100 10111001 1000110 100001

Color Harmonies of #19858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19858F

Black with #19858F

Text Example


Text Example

White with #19858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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