#1A8D9E

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

Shades of Java #1A8D9E

Tints of Java #1A8D9E

Color information

#1A8D9E (or 0x1A8D9E) is unknown color: approx Java. HEX triplet: 1A, 8D and 9E. RGB value is (26,141,158). Sum of RGB (Red+Green+Blue) = 26+141+158=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A8D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8D9E is #E57261. Grayscale: #6C6C6C. Windows color (decimal): -15037026 or 10390810. OLE color: 10390810.

HSL color Cylindrical-coordinate representation of color #1A8D9E: hue angle of 187.73º 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 #1A8D9E is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB26141158-
CMYK0.840.1100.38
HSL187.73º71.74%36.08%-
HSV(B)187.73º83.54%61.96%-
XYZ16.1221.7435.69-
YUV108.55155.969.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=8%
G=43.38%
B=48.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261411580.840.1100.38187.7371.7436.08
Hex1A8D9E54B026bc4824
Octal322152361241304627411044
Binary110101000110110011110101010010110100110101111001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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