#1A979E

Color #1A979E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1A979E

Tints of Java #1A979E

Color information

#1A979E (or 0x1A979E) is unknown color: approx Java. HEX triplet: 1A, 97 and 9E. RGB value is (26,151,158). Sum of RGB (Red+Green+Blue) = 26+151+158=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A979E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A979E is #E56861. Grayscale: #727272. Windows color (decimal): -15034466 or 10393370. OLE color: 10393370.

HSL color Cylindrical-coordinate representation of color #1A979E: hue angle of 183.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A979E is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB26151158-
CMYK0.840.0400.38
HSL183.18º71.74%36.08%-
HSV(B)183.18º83.54%61.96%-
XYZ17.6624.8236.21-
YUV114.42152.5964.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.76%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=7.76%
G=45.07%
B=47.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261511580.840.0400.38183.1871.7436.08
Hex1A979E544026b74824
Octal32227236124404626711044
Binary11010100101111001111010101001000100110101101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A979E; }

 p { color: rgb(26,151,158); }

 H1.HeaderClassName
 {
   color: #1A979E;
 }
 .AnyTagClassName
 {
   color: #1A979E;
 }
</style>
background-color css

<style>
 a { background-color: #1A979E; }

 a { background-color: rgb(26,151,158); }

 div.DivClassName
 {
   background-color: #1A979E;
 }
 .BgClassName
 {
   background-color: #1A979E;
 }
</style>
border-color css

<style>
 span { border-color: #1A979E; }

 span { border-color: rgb(26,151,158); }

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