Html Css Color HEX #19878D Java

📋 copy color: '#19878D'

red 25 ◦ green 135 ◦ blue 141

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

Shades of Java #19878D

Tints of Java #19878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 8.31%
G = 44.85%
B = 46.84%

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

#19878D (or 0x19878D) is known color: Java. HEX triplet: 19, 87 and 8D. RGB value is (25,135,141). Sum of RGB (Red+Green+Blue) = 25+135+141=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #19878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19878D is #E67872. Grayscale: #666666. Windows color (decimal): -15104115 or 9275161. OLE color: 9275161.

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

Color convert

RGB 25 135 141 -
CMYK 0.82 0.04 0 0.45
HSL 183.1º 0.7% 0.33% -
HSV(B) 183.1º 0.82% 0.55% -
XYZ 13.87 19.46 28.22 -
YUV 102.79 149.56 72.51 -
System Red Green Blue C M Y K H S L
Decimal 25 135 141 0.82 0.04 0 0.45 183.1 0.7 0.33
Hex 19 87 8D 52 4 0 2D B7 46 21
Octal 31 207 215 122 4 0 55 267 106 41
Binary 11001 10000111 10001101 1010010 100 0 101101 10110111 1000110 100001

Color Harmonies of #19878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19878D

Black with #19878D

Text Example


Text Example

White with #19878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19878D; }

 p { color: rgb(25,135,141); }

 H1.HeaderClassName
 {
   color: #19878D;
 }
 .AnyTagClassName
 {
   color: #19878D;
 }
</style>

background-color css

<style>
 a { background-color: #19878D; }

 a { background-color: rgb(25,135,141); }

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

border-color css

<style>
 span { border-color: #19878D; }

 span { border-color: rgb(25,135,141); }

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