#1F3A76

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

Shades of Resolution Blue #1F3A76

Tints of Resolution Blue #1F3A76

Color information

#1F3A76 (or 0x1F3A76) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3A and 76. RGB value is (31,58,118). Sum of RGB (Red+Green+Blue) = 31+58+118=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F3A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3A76 is #E0C589. Grayscale: #383838. Windows color (decimal): -14730634 or 7748127. OLE color: 7748127.

HSL color Cylindrical-coordinate representation of color #1F3A76: hue angle of 221.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3A76 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3158118-
CMYK0.740.5100.54
HSL221.38º58.39%29.22%-
HSV(B)221.38º73.73%46.27%-
XYZ5.354.6317.75-
YUV56.77162.55109.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=14.98%
G=28.02%
B=57.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31581180.740.5100.54221.3858.3929.22
Hex1F3A764A33036dd3a1d
Octal3772166112630663357235
Binary111111110101110110100101011001101101101101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,58,118); }

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

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

 a { background-color: rgb(31,58,118); }

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

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

 span { border-color: rgb(31,58,118); }

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