#1A949F

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

Shades of Java #1A949F

Tints of Java #1A949F

Color information

#1A949F (or 0x1A949F) is unknown color: approx Java. HEX triplet: 1A, 94 and 9F. RGB value is (26,148,159). Sum of RGB (Red+Green+Blue) = 26+148+159=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A949F is #E56B60. Grayscale: #707070. Windows color (decimal): -15035233 or 10458138. OLE color: 10458138.

HSL color Cylindrical-coordinate representation of color #1A949F: hue angle of 184.96º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A949F is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB26148159-
CMYK0.840.0700.38
HSL184.96º71.89%36.27%-
HSV(B)184.96º83.65%62.35%-
XYZ17.2723.936.5-
YUV112.78154.0866.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.81%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=7.81%
G=44.44%
B=47.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261481590.840.0700.38184.9671.8936.27
Hex1A949F547026b94824
Octal32224237124704627111044
Binary11010100101001001111110101001110100110101110011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,148,159); }

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

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

 a { background-color: rgb(26,148,159); }

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

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

 span { border-color: rgb(26,148,159); }

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