#1F4278

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

Shades of Resolution Blue #1F4278

Tints of Resolution Blue #1F4278

Color information

#1F4278 (or 0x1F4278) is unknown color: approx Resolution Blue. HEX triplet: 1F, 42 and 78. RGB value is (31,66,120). Sum of RGB (Red+Green+Blue) = 31+66+120=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F4278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4278 is #E0BD87. Grayscale: #3D3D3D. Windows color (decimal): -14728584 or 7881247. OLE color: 7881247.

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

Color convert

RGB3166120-
CMYK0.740.4500.53
HSL216.4º58.94%29.61%-
HSV(B)216.4º74.17%47.06%-
XYZ5.95.5418.53-
YUV61.69160.9106.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=14.29%
G=30.41%
B=55.30%

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
Decimal31661200.740.4500.53216.458.9429.61
Hex1F42784A2D035d83b1e
Octal37102170112550653307336
Binary1111110000101111000100101010110101101011101100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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