#1A9293

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

Shades of Java #1A9293

Tints of Java #1A9293

Color information

#1A9293 (or 0x1A9293) is unknown color: approx Java. HEX triplet: 1A, 92 and 93. RGB value is (26,146,147). Sum of RGB (Red+Green+Blue) = 26+146+147=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A9293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9293 is #E56D6C. Grayscale: #6E6E6E. Windows color (decimal): -15035757 or 9671194. OLE color: 9671194.

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

Color convert

RGB26146147-
CMYK0.820.0100.42
HSL180.5º69.94%33.92%-
HSV(B)180.5º82.31%57.65%-
XYZ15.9722.8831.18-
YUV110.23148.7467.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.15%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=8.15%
G=45.77%
B=46.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261461470.820.0100.42180.569.9433.92
Hex1A929352102Ab44622
Octal32222223122105226410642
Binary110101001001010010011101001010101010101101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,146,147); }

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

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

 a { background-color: rgb(26,146,147); }

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

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

 span { border-color: rgb(26,146,147); }

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