#1F3278

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

Shades of Resolution Blue #1F3278

Tints of Resolution Blue #1F3278

Color information

#1F3278 (or 0x1F3278) is unknown color: approx Resolution Blue. HEX triplet: 1F, 32 and 78. RGB value is (31,50,120). Sum of RGB (Red+Green+Blue) = 31+50+120=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F3278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3278 is #E0CD87. Grayscale: #343434. Windows color (decimal): -14732680 or 7877151. OLE color: 7877151.

HSL color Cylindrical-coordinate representation of color #1F3278: hue angle of 227.19º 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 #1F3278 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3150120-
CMYK0.740.5800.53
HSL227.19º58.94%29.61%-
HSV(B)227.19º74.17%47.06%-
XYZ5.13.9318.26-
YUV52.3166.21112.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.42%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=15.42%
G=24.88%
B=59.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31501200.740.5800.53227.1958.9429.61
Hex1F32784A3A035e33b1e
Octal3762170112720653437336
Binary111111100101111000100101011101001101011110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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