#1F3E72

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

Shades of Resolution Blue #1F3E72

Tints of Resolution Blue #1F3E72

Color information

#1F3E72 (or 0x1F3E72) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3E and 72. RGB value is (31,62,114). Sum of RGB (Red+Green+Blue) = 31+62+114=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E72 is #E0C18D. Grayscale: #3A3A3A. Windows color (decimal): -14729614 or 7487007. OLE color: 7487007.

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

Color convert

RGB3162114-
CMYK0.730.4600.55
HSL217.59º57.24%28.43%-
HSV(B)217.59º72.81%44.71%-
XYZ5.324.9516.59-
YUV58.66159.23108.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=14.98%
G=29.95%
B=55.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31621140.730.4600.55217.5957.2428.43
Hex1F3E72492E037da391c
Octal3776162111560673327134
Binary111111111101110010100100110111001101111101101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,114); }

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

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

 a { background-color: rgb(31,62,114); }

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

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

 span { border-color: rgb(31,62,114); }

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