Html Css Color HEX #19868A Java

📋 copy color: '#19868A'

red 25 ◦ green 134 ◦ blue 138

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

Shades of Java #19868A

Tints of Java #19868A

RGB

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

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

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

R = 8.42%
G = 45.12%
B = 46.46%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19868A (or 0x19868A) is known color: Java. HEX triplet: 19, 86 and 8A. RGB value is (25,134,138). Sum of RGB (Red+Green+Blue) = 25+134+138=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #19868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19868A is #E67975. Grayscale: #656565. Windows color (decimal): -15104374 or 9078297. OLE color: 9078297.

HSL color Cylindrical-coordinate representation of color #19868A: hue angle of 182.12º 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 #19868A is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 134 138 -
CMYK 0.82 0.03 0 0.46
HSL 182.12º 0.69% 0.32% -
HSV(B) 182.12º 0.82% 0.54% -
XYZ 13.51 19.09 27.02 -
YUV 101.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 25 134 138 0.82 0.03 0 0.46 182.12 0.69 0.32
Hex 19 86 8A 52 3 0 2E B6 45 20
Octal 31 206 212 122 3 0 56 266 105 40
Binary 11001 10000110 10001010 1010010 11 0 101110 10110110 1000101 100000

Color Harmonies of #19868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19868A

Black with #19868A

Text Example


Text Example

White with #19868A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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