#1f93a1

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

Shades of Java #1F93A1

Tints of Java #1F93A1

Color information

#1F93A1 (or 0x1F93A1) is unknown color: approx Java. HEX triplet: 1F, 93 and A1. RGB value is (31,147,161). Sum of RGB (Red+Green+Blue) = 31+147+161=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F93A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F93A1 is #E06C5E. Grayscale: #717171. Windows color (decimal): -14707807 or 10588959. OLE color: 10588959.

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

Color convert

RGB31147161-
CMYK0.810.0900.37
HSL186.46º67.71%37.65%-
HSV(B)186.46º80.75%63.14%-
XYZ17.4323.7337.38-
YUV113.91154.5768.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.14%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=9.14%
G=43.36%
B=47.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311471610.810.0900.37186.4667.7137.65
Hex1F93A1519025ba4426
Octal372232411211104527210446
Binary111111001001110100001101000110010100101101110101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f93a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,147,161); }

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

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

 a { background-color: rgb(31,147,161); }

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

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

 span { border-color: rgb(31,147,161); }

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