#1F4782

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

Shades of Fun Blue #1F4782

Tints of Fun Blue #1F4782

Color information

#1F4782 (or 0x1F4782) is unknown color: approx Fun Blue. HEX triplet: 1F, 47 and 82. RGB value is (31,71,130). Sum of RGB (Red+Green+Blue) = 31+71+130=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F4782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4782 is #E0B87D. Grayscale: #414141. Windows color (decimal): -14727294 or 8537887. OLE color: 8537887.

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

Color convert

RGB3171130-
CMYK0.760.4500.49
HSL215.76º61.49%31.57%-
HSV(B)215.76º76.15%50.98%-
XYZ6.856.4122-
YUV65.77164.25103.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=13.36%
G=30.60%
B=56.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31711300.760.4500.49215.7661.4931.57
Hex1F47824C2D031d83d20
Octal37107202114550613307540
Binary111111000111100000101001100101101011000111011000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,71,130); }

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

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

 a { background-color: rgb(31,71,130); }

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

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

 span { border-color: rgb(31,71,130); }

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