#1A909A

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

Shades of Java #1A909A

Tints of Java #1A909A

Color information

#1A909A (or 0x1A909A) is unknown color: approx Java. HEX triplet: 1A, 90 and 9A. RGB value is (26,144,154). Sum of RGB (Red+Green+Blue) = 26+144+154=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A909A is #E56F65. Grayscale: #6D6D6D. Windows color (decimal): -15036262 or 10129434. OLE color: 10129434.

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

Color convert

RGB26144154-
CMYK0.830.0600.40
HSL184.69º71.11%35.29%-
HSV(B)184.69º83.12%60.39%-
XYZ16.2322.534.06-
YUV109.86152.9168.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.02%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=8.02%
G=44.44%
B=47.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261441540.830.0600.40184.6971.1135.29
Hex1A909A536028b94723
Octal32220232123605027110743
Binary11010100100001001101010100111100101000101110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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