#1f7394

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

Shades of Allports #1F7394

Tints of Allports #1F7394

Color information

#1F7394 (or 0x1F7394) is unknown color: approx Allports. HEX triplet: 1F, 73 and 94. RGB value is (31,115,148). Sum of RGB (Red+Green+Blue) = 31+115+148=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F7394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7394 is #E08C6B. Grayscale: #5D5D5D. Windows color (decimal): -14716012 or 9728799. OLE color: 9728799.

HSL color Cylindrical-coordinate representation of color #1F7394: hue angle of 196.92º 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 #1F7394 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB31115148-
CMYK0.790.2200.42
HSL196.92º65.36%35.1%-
HSV(B)196.92º79.05%58.04%-
XYZ12.0414.6930.22-
YUV93.65158.6783.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.54%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=10.54%
G=39.12%
B=50.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311151480.790.2200.42196.9265.3635.1
Hex1F73944F1602Ac54123
Octal371632241172605230510143
Binary111111110011100101001001111101100101010110001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,115,148); }

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

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

 a { background-color: rgb(31,115,148); }

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

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

 span { border-color: rgb(31,115,148); }

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