#1F377F

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

Shades of Resolution Blue #1F377F

Tints of Resolution Blue #1F377F

Color information

#1F377F (or 0x1F377F) is unknown color: approx Resolution Blue. HEX triplet: 1F, 37 and 7F. RGB value is (31,55,127). Sum of RGB (Red+Green+Blue) = 31+55+127=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F377F is #E0C880. Grayscale: #373737. Windows color (decimal): -14731393 or 8337183. OLE color: 8337183.

HSL color Cylindrical-coordinate representation of color #1F377F: hue angle of 225º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F377F is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3155127-
CMYK0.760.5700.50
HSL225º60.76%30.98%-
HSV(B)225º75.59%49.8%-
XYZ5.764.5620.65-
YUV56.03168.05110.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 127 (50% from 255) = 59.62%
R=14.55%
G=25.82%
B=59.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31551270.760.5700.5022560.7630.98
Hex1F377F4C39032e13d1f
Octal3767177114710623417537
Binary111111101111111111100110011100101100101110000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,127); }

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

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

 a { background-color: rgb(31,55,127); }

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

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

 span { border-color: rgb(31,55,127); }

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