#1f4681

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

Shades of Fun Blue #1F4681

Tints of Fun Blue #1F4681

Color information

#1F4681 (or 0x1F4681) is unknown color: approx Fun Blue. HEX triplet: 1F, 46 and 81. RGB value is (31,70,129). Sum of RGB (Red+Green+Blue) = 31+70+129=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F4681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4681 is #E0B97E. Grayscale: #404040. Windows color (decimal): -14727551 or 8472095. OLE color: 8472095.

HSL color Cylindrical-coordinate representation of color #1F4681: hue angle of 216.12º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F4681 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3170129-
CMYK0.760.4600.49
HSL216.12º61.25%31.37%-
HSV(B)216.12º75.97%50.59%-
XYZ6.726.2621.62-
YUV65.06164.08103.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.48%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 129 (50.78% from 255) = 56.09%
R=13.48%
G=30.43%
B=56.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31701290.760.4600.49216.1261.2531.37
Hex1F46814C2E031d83d1f
Octal37106201114560613307537
Binary11111100011010000001100110010111001100011101100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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