#1F4688

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

Shades of Fun Blue #1F4688

Tints of Fun Blue #1F4688

Color information

#1F4688 (or 0x1F4688) is unknown color: approx Fun Blue. HEX triplet: 1F, 46 and 88. RGB value is (31,70,136). Sum of RGB (Red+Green+Blue) = 31+70+136=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F4688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4688 is #E0B977. Grayscale: #414141. Windows color (decimal): -14727544 or 8930847. OLE color: 8930847.

HSL color Cylindrical-coordinate representation of color #1F4688: hue angle of 217.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4688 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3170136-
CMYK0.770.4900.47
HSL217.71º62.87%32.75%-
HSV(B)217.71º77.21%53.33%-
XYZ7.26.4524.16-
YUV65.86167.58103.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.08%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 136 (53.52% from 255) = 57.38%
R=13.08%
G=29.54%
B=57.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31701360.770.4900.47217.7162.8732.75
Hex1F46884D3102Fda3f21
Octal37106210115610573327741
Binary111111000110100010001001101110001010111111011010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,136); }

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

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

 a { background-color: rgb(31,70,136); }

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

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

 span { border-color: rgb(31,70,136); }

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