#1F4275

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

Shades of Resolution Blue #1F4275

Tints of Resolution Blue #1F4275

Color information

#1F4275 (or 0x1F4275) is unknown color: approx Resolution Blue. HEX triplet: 1F, 42 and 75. RGB value is (31,66,117). Sum of RGB (Red+Green+Blue) = 31+66+117=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4275 is #E0BD8A. Grayscale: #3D3D3D. Windows color (decimal): -14728587 or 7684639. OLE color: 7684639.

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

Color convert

RGB3166117-
CMYK0.740.4400.54
HSL215.58º58.11%29.02%-
HSV(B)215.58º73.5%45.88%-
XYZ5.725.4717.58-
YUV61.35159.4106.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=14.49%
G=30.84%
B=54.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31661170.740.4400.54215.5858.1129.02
Hex1F42754A2C036d83a1d
Octal37102165112540663307235
Binary1111110000101110101100101010110001101101101100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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