Html Css Color HEX #19818F Java

📋 copy color: '#19818F'

red 25 ◦ green 129 ◦ blue 143

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

Shades of Java #19818F

Tints of Java #19818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 8.42%
G = 43.43%
B = 48.15%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19818F (or 0x19818F) is known color: Java. HEX triplet: 19, 81 and 8F. RGB value is (25,129,143). Sum of RGB (Red+Green+Blue) = 25+129+143=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #19818F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19818F is #E67E70. Grayscale: #636363. Windows color (decimal): -15105649 or 9404697. OLE color: 9404697.

HSL color Cylindrical-coordinate representation of color #19818F: hue angle of 187.12º 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 #19818F is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 129 143 -
CMYK 0.83 0.10 0 0.44
HSL 187.12º 0.7% 0.33% -
HSV(B) 187.12º 0.83% 0.56% -
XYZ 13.21 17.89 28.74 -
YUV 99.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 25 129 143 0.83 0.10 0 0.44 187.12 0.7 0.33
Hex 19 81 8F 53 A 0 2C BB 46 21
Octal 31 201 217 123 12 0 54 273 106 41
Binary 11001 10000001 10001111 1010011 1010 0 101100 10111011 1000110 100001

Color Harmonies of #19818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19818F

Black with #19818F

Text Example


Text Example

White with #19818F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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