#1F9AA4

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

Shades of Java #1F9AA4

Tints of Java #1F9AA4

Color information

#1F9AA4 (or 0x1F9AA4) is unknown color: approx Java. HEX triplet: 1F, 9A and A4. RGB value is (31,154,164). Sum of RGB (Red+Green+Blue) = 31+154+164=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F9AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9AA4 is #E0655B. Grayscale: #767676. Windows color (decimal): -14706012 or 10787359. OLE color: 10787359.

HSL color Cylindrical-coordinate representation of color #1F9AA4: hue angle of 184.51º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9AA4 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB31154164-
CMYK0.810.0600.36
HSL184.51º68.21%38.24%-
HSV(B)184.51º81.1%64.31%-
XYZ18.8226.0839.16-
YUV118.36153.7565.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.88%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 164 (64.45% from 255) = 46.99%
R=8.88%
G=44.13%
B=46.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311541640.810.0600.36184.5168.2138.24
Hex1F9AA4516024b94426
Octal37232244121604427110446
Binary11111100110101010010010100011100100100101110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,154,164); }

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

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

 a { background-color: rgb(31,154,164); }

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

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

 span { border-color: rgb(31,154,164); }

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