Html Css Color HEX #19868C Java

📋 copy color: '#19868C'

red 25 ◦ green 134 ◦ blue 140

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

Shades of Java #19868C

Tints of Java #19868C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 8.36%
G = 44.82%
B = 46.82%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19868C (or 0x19868C) is known color: Java. HEX triplet: 19, 86 and 8C. RGB value is (25,134,140). Sum of RGB (Red+Green+Blue) = 25+134+140=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #19868C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19868C is #E67973. Grayscale: #656565. Windows color (decimal): -15104372 or 9209369. OLE color: 9209369.

HSL color Cylindrical-coordinate representation of color #19868C: hue angle of 183.13º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19868C is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 134 140 -
CMYK 0.82 0.04 0 0.45
HSL 183.13º 0.7% 0.32% -
HSV(B) 183.13º 0.82% 0.55% -
XYZ 13.66 19.15 27.79 -
YUV 102.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 25 134 140 0.82 0.04 0 0.45 183.13 0.7 0.32
Hex 19 86 8C 52 4 0 2D B7 46 20
Octal 31 206 214 122 4 0 55 267 106 40
Binary 11001 10000110 10001100 1010010 100 0 101101 10110111 1000110 100000

Color Harmonies of #19868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19868C

Black with #19868C

Text Example


Text Example

White with #19868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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