#1F4184

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

Shades of Fun Blue #1F4184

Tints of Fun Blue #1F4184

Color information

#1F4184 (or 0x1F4184) is unknown color: approx Fun Blue. HEX triplet: 1F, 41 and 84. RGB value is (31,65,132). Sum of RGB (Red+Green+Blue) = 31+65+132=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4184 is #E0BE7B. Grayscale: #3E3E3E. Windows color (decimal): -14728828 or 8667423. OLE color: 8667423.

HSL color Cylindrical-coordinate representation of color #1F4184: hue angle of 219.8º 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 #1F4184 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3165132-
CMYK0.770.5100.48
HSL219.8º61.96%31.96%-
HSV(B)219.8º76.52%51.76%-
XYZ6.625.7422.59-
YUV62.47167.24105.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=13.60%
G=28.51%
B=57.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31651320.770.5100.48219.861.9631.96
Hex1F41844D33030dc3e20
Octal37101204115630603347640
Binary111111000001100001001001101110011011000011011100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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