#1A879A

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

Shades of Java #1A879A

Tints of Java #1A879A

Color information

#1A879A (or 0x1A879A) is unknown color: approx Java. HEX triplet: 1A, 87 and 9A. RGB value is (26,135,154). Sum of RGB (Red+Green+Blue) = 26+135+154=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A879A is #E57865. Grayscale: #686868. Windows color (decimal): -15038566 or 10127130. OLE color: 10127130.

HSL color Cylindrical-coordinate representation of color #1A879A: hue angle of 188.91º 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 #1A879A is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB26135154-
CMYK0.830.1200.40
HSL188.91º71.11%35.29%-
HSV(B)188.91º83.12%60.39%-
XYZ14.9219.8833.62-
YUV104.57155.8971.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.25%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=8.25%
G=42.86%
B=48.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261351540.830.1200.40188.9171.1135.29
Hex1A879A53C028bd4723
Octal322072321231405027510743
Binary110101000011110011010101001111000101000101111011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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