#1F939A

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

Shades of Java #1F939A

Tints of Java #1F939A

Color information

#1F939A (or 0x1F939A) is unknown color: approx Java. HEX triplet: 1F, 93 and 9A. RGB value is (31,147,154). Sum of RGB (Red+Green+Blue) = 31+147+154=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F939A is #E06C65. Grayscale: #707070. Windows color (decimal): -14707814 or 10130207. OLE color: 10130207.

HSL color Cylindrical-coordinate representation of color #1F939A: hue angle of 183.41º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F939A is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB31147154-
CMYK0.800.0500.40
HSL183.41º66.49%36.27%-
HSV(B)183.41º79.87%60.39%-
XYZ16.8323.4934.22-
YUV113.11151.0769.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.34%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=9.34%
G=44.28%
B=46.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311471540.800.0500.40183.4166.4936.27
Hex1F939A505028b74224
Octal37223232120505026710244
Binary11111100100111001101010100001010101000101101111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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