#1F316E

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

Shades of Resolution Blue #1F316E

Tints of Resolution Blue #1F316E

Color information

#1F316E (or 0x1F316E) is unknown color: approx Resolution Blue. HEX triplet: 1F, 31 and 6E. RGB value is (31,49,110). Sum of RGB (Red+Green+Blue) = 31+49+110=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F316E is #E0CE91. Grayscale: #323232. Windows color (decimal): -14732946 or 7221535. OLE color: 7221535.

HSL color Cylindrical-coordinate representation of color #1F316E: hue angle of 226.33º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F316E is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3149110-
CMYK0.720.5500.57
HSL226.33º56.03%27.65%-
HSV(B)226.33º71.82%43.14%-
XYZ4.483.6115.21-
YUV50.57161.54114.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=16.32%
G=25.79%
B=57.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31491100.720.5500.57226.3356.0327.65
Hex1F316E4837039e2381c
Octal3761156110670713427034
Binary111111100011101110100100011011101110011110001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,110); }

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

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

 a { background-color: rgb(31,49,110); }

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

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

 span { border-color: rgb(31,49,110); }

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