#1f9ea3

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

Shades of Java #1F9EA3

Tints of Java #1F9EA3

Color information

#1F9EA3 (or 0x1F9EA3) is unknown color: approx Java. HEX triplet: 1F, 9E and A3. RGB value is (31,158,163). Sum of RGB (Red+Green+Blue) = 31+158+163=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F9EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9EA3 is #E0615C. Grayscale: #787878. Windows color (decimal): -14704989 or 10722847. OLE color: 10722847.

HSL color Cylindrical-coordinate representation of color #1F9EA3: hue angle of 182.27º 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 #1F9EA3 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB31158163-
CMYK0.810.0300.36
HSL182.27º68.04%38.04%-
HSV(B)182.27º80.98%63.92%-
XYZ19.427.3938.91-
YUV120.6151.9264.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.81%
GREEN value IS 158 (62.11% from 255) = 44.89%
BLUE value IS 163 (64.06% from 255) = 46.31%
R=8.81%
G=44.89%
B=46.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311581630.810.0300.36182.2768.0438.04
Hex1F9EA3513024b64426
Octal37236243121304426610446
Binary1111110011110101000111010001110100100101101101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f9ea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,158,163); }

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

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

 a { background-color: rgb(31,158,163); }

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

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

 span { border-color: rgb(31,158,163); }

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