#1F4084

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

Shades of Fun Blue #1F4084

Tints of Fun Blue #1F4084

Color information

#1F4084 (or 0x1F4084) is unknown color: approx Fun Blue. HEX triplet: 1F, 40 and 84. RGB value is (31,64,132). Sum of RGB (Red+Green+Blue) = 31+64+132=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4084 is #E0BF7B. Grayscale: #3D3D3D. Windows color (decimal): -14729084 or 8667167. OLE color: 8667167.

HSL color Cylindrical-coordinate representation of color #1F4084: hue angle of 220.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4084 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3164132-
CMYK0.770.5200.48
HSL220.4º61.96%31.96%-
HSV(B)220.4º76.52%51.76%-
XYZ6.565.6222.57-
YUV61.88167.57105.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=13.66%
G=28.19%
B=58.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31641320.770.5200.48220.461.9631.96
Hex1F40844D34030dc3e20
Octal37100204115640603347640
Binary111111000000100001001001101110100011000011011100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,132); }

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

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

 a { background-color: rgb(31,64,132); }

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

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

 span { border-color: rgb(31,64,132); }

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