#1A8699

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

Shades of Java #1A8699

Tints of Java #1A8699

Color information

#1A8699 (or 0x1A8699) is unknown color: approx Java. HEX triplet: 1A, 86 and 99. RGB value is (26,134,153). Sum of RGB (Red+Green+Blue) = 26+134+153=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A8699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8699 is #E57966. Grayscale: #676767. Windows color (decimal): -15038823 or 10061338. OLE color: 10061338.

HSL color Cylindrical-coordinate representation of color #1A8699: hue angle of 188.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A8699 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB26134153-
CMYK0.830.1200.4
HSL188.98º70.95%35.1%-
HSV(B)188.98º83.01%60%-
XYZ14.719.5733.14-
YUV103.87155.7272.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.31%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=8.31%
G=42.81%
B=48.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261341530.830.1200.4188.9870.9535.1
Hex1A869953C028bd4723
Octal322062311231405027510743
Binary110101000011010011001101001111000101000101111011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,134,153); }

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

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

 a { background-color: rgb(26,134,153); }

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

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

 span { border-color: rgb(26,134,153); }

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