#1F4277

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

Shades of Resolution Blue #1F4277

Tints of Resolution Blue #1F4277

Color information

#1F4277 (or 0x1F4277) is unknown color: approx Resolution Blue. HEX triplet: 1F, 42 and 77. RGB value is (31,66,119). Sum of RGB (Red+Green+Blue) = 31+66+119=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4277 is #E0BD88. Grayscale: #3D3D3D. Windows color (decimal): -14728585 or 7815711. OLE color: 7815711.

HSL color Cylindrical-coordinate representation of color #1F4277: hue angle of 216.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4277 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3166119-
CMYK0.740.4500.53
HSL216.14º58.67%29.41%-
HSV(B)216.14º73.95%46.67%-
XYZ5.845.5218.21-
YUV61.58160.4106.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=14.35%
G=30.56%
B=55.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31661190.740.4500.53216.1458.6729.41
Hex1F42774A2D035d83b1d
Octal37102167112550653307335
Binary1111110000101110111100101010110101101011101100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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