#1A8491

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

Shades of Java #1A8491

Tints of Java #1A8491

Color information

#1A8491 (or 0x1A8491) is unknown color: approx Java. HEX triplet: 1A, 84 and 91. RGB value is (26,132,145). Sum of RGB (Red+Green+Blue) = 26+132+145=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A8491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8491 is #E57B6E. Grayscale: #656565. Windows color (decimal): -15039343 or 9536538. OLE color: 9536538.

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

Color convert

RGB26132145-
CMYK0.820.0900.43
HSL186.55º69.59%33.53%-
HSV(B)186.55º82.07%56.86%-
XYZ13.7918.7729.68-
YUV101.79152.3873.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.58%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=8.58%
G=43.56%
B=47.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261321450.820.0900.43186.5569.5933.53
Hex1A849152902Bbb4622
Octal322042211221105327310642
Binary110101000010010010001101001010010101011101110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,132,145); }

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

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

 a { background-color: rgb(26,132,145); }

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

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

 span { border-color: rgb(26,132,145); }

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