#1F417C

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

Shades of Resolution Blue #1F417C

Tints of Resolution Blue #1F417C

Color information

#1F417C (or 0x1F417C) is unknown color: approx Resolution Blue. HEX triplet: 1F, 41 and 7C. RGB value is (31,65,124). Sum of RGB (Red+Green+Blue) = 31+65+124=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F417C is #E0BE83. Grayscale: #3D3D3D. Windows color (decimal): -14728836 or 8143135. OLE color: 8143135.

HSL color Cylindrical-coordinate representation of color #1F417C: hue angle of 218.06º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F417C is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3165124-
CMYK0.750.4800.51
HSL218.06º60%30.39%-
HSV(B)218.06º75%48.63%-
XYZ6.095.5319.81-
YUV61.56163.24106.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=14.09%
G=29.55%
B=56.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31651240.750.4800.51218.066030.39
Hex1F417C4B30033da3c1e
Octal37101174113600633327436
Binary1111110000011111100100101111000001100111101101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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