#1A8795

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

Shades of Java #1A8795

Tints of Java #1A8795

Color information

#1A8795 (or 0x1A8795) is unknown color: approx Java. HEX triplet: 1A, 87 and 95. RGB value is (26,135,149). Sum of RGB (Red+Green+Blue) = 26+135+149=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A8795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8795 is #E5786A. Grayscale: #676767. Windows color (decimal): -15038571 or 9799450. OLE color: 9799450.

HSL color Cylindrical-coordinate representation of color #1A8795: hue angle of 186.83º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A8795 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26135149-
CMYK0.830.0900.42
HSL186.83º70.29%34.31%-
HSV(B)186.83º82.55%58.43%-
XYZ14.5119.7231.47-
YUV104153.3972.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=8.39%
G=43.55%
B=48.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261351490.830.0900.42186.8370.2934.31
Hex1A879553902Abb4622
Octal322072251231105227310642
Binary110101000011110010101101001110010101010101110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,135,149); }

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

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

 a { background-color: rgb(26,135,149); }

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

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

 span { border-color: rgb(26,135,149); }

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