Html Css Color HEX #19858A Java

📋 copy color: '#19858A'

red 25 ◦ green 133 ◦ blue 138

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

Shades of Java #19858A

Tints of Java #19858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 8.45%
G = 44.93%
B = 46.62%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19858A (or 0x19858A) is known color: Java. HEX triplet: 19, 85 and 8A. RGB value is (25,133,138). Sum of RGB (Red+Green+Blue) = 25+133+138=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #19858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19858A is #E67A75. Grayscale: #656565. Windows color (decimal): -15104630 or 9078041. OLE color: 9078041.

HSL color Cylindrical-coordinate representation of color #19858A: hue angle of 182.65º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19858A is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 133 138 -
CMYK 0.82 0.04 0 0.46
HSL 182.65º 0.69% 0.32% -
HSV(B) 182.65º 0.82% 0.54% -
XYZ 13.38 18.82 26.97 -
YUV 101.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 25 133 138 0.82 0.04 0 0.46 182.65 0.69 0.32
Hex 19 85 8A 52 4 0 2E B7 45 20
Octal 31 205 212 122 4 0 56 267 105 40
Binary 11001 10000101 10001010 1010010 100 0 101110 10110111 1000101 100000

Color Harmonies of #19858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19858A

Black with #19858A

Text Example


Text Example

White with #19858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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