#1F428D

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

Shades of Fun Blue #1F428D

Tints of Fun Blue #1F428D

Color information

#1F428D (or 0x1F428D) is unknown color: approx Fun Blue. HEX triplet: 1F, 42 and 8D. RGB value is (31,66,141). Sum of RGB (Red+Green+Blue) = 31+66+141=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F428D is #E0BD72. Grayscale: #3F3F3F. Windows color (decimal): -14728563 or 9257503. OLE color: 9257503.

HSL color Cylindrical-coordinate representation of color #1F428D: hue angle of 220.91º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F428D is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3166141-
CMYK0.780.5300.45
HSL220.91º63.95%33.73%-
HSV(B)220.91º78.01%55.29%-
XYZ7.326.1125.99-
YUV64.08171.4104.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 141 (55.47% from 255) = 59.24%
R=13.03%
G=27.73%
B=59.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31661410.780.5300.45220.9163.9533.73
Hex1F428D4E3502Ddd4022
Octal371022151166505533510042
Binary1111110000101000110110011101101010101101110111011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,141); }

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

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

 a { background-color: rgb(31,66,141); }

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

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

 span { border-color: rgb(31,66,141); }

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