#1F4491

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

Shades of Fun Blue #1F4491

Tints of Fun Blue #1F4491

Color information

#1F4491 (or 0x1F4491) is unknown color: approx Fun Blue. HEX triplet: 1F, 44 and 91. RGB value is (31,68,145). Sum of RGB (Red+Green+Blue) = 31+68+145=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F4491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4491 is #E0BB6E. Grayscale: #414141. Windows color (decimal): -14728047 or 9520159. OLE color: 9520159.

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

Color convert

RGB3168145-
CMYK0.790.5300.43
HSL220.53º64.77%34.51%-
HSV(B)220.53º78.62%56.86%-
XYZ7.746.4727.63-
YUV65.72172.74103.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=12.70%
G=27.87%
B=59.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31681450.790.5300.43220.5364.7734.51
Hex1F44914F3502Bdd4123
Octal371042211176505333510143
Binary1111110001001001000110011111101010101011110111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,145); }

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

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

 a { background-color: rgb(31,68,145); }

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

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

 span { border-color: rgb(31,68,145); }

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