#1A8591

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

Shades of Java #1A8591

Tints of Java #1A8591

Color information

#1A8591 (or 0x1A8591) is unknown color: approx Java. HEX triplet: 1A, 85 and 91. RGB value is (26,133,145). Sum of RGB (Red+Green+Blue) = 26+133+145=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A8591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8591 is #E57A6E. Grayscale: #666666. Windows color (decimal): -15039087 or 9536794. OLE color: 9536794.

HSL color Cylindrical-coordinate representation of color #1A8591: hue angle of 186.05º 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 #1A8591 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB26133145-
CMYK0.820.0800.43
HSL186.05º69.59%33.53%-
HSV(B)186.05º82.07%56.86%-
XYZ13.9219.0429.73-
YUV102.38152.0573.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=8.55%
G=43.75%
B=47.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261331450.820.0800.43186.0569.5933.53
Hex1A859152802Bba4622
Octal322052211221005327210642
Binary110101000010110010001101001010000101011101110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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