#1F9093

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

Shades of Java #1F9093

Tints of Java #1F9093

Color information

#1F9093 (or 0x1F9093) is unknown color: approx Java. HEX triplet: 1F, 90 and 93. RGB value is (31,144,147). Sum of RGB (Red+Green+Blue) = 31+144+147=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F9093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9093 is #E06F6C. Grayscale: #6E6E6E. Windows color (decimal): -14708589 or 9670687. OLE color: 9670687.

HSL color Cylindrical-coordinate representation of color #1F9093: hue angle of 181.55º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9093 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB31144147-
CMYK0.790.0200.42
HSL181.55º65.17%34.9%-
HSV(B)181.55º78.91%57.65%-
XYZ15.822.3431.08-
YUV110.56148.5671.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.63%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=9.63%
G=44.72%
B=45.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311441470.790.0200.42181.5565.1734.9
Hex1F90934F202Ab64123
Octal37220223117205226610143
Binary1111110010000100100111001111100101010101101101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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