#1F3872

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

Shades of Resolution Blue #1F3872

Tints of Resolution Blue #1F3872

Color information

#1F3872 (or 0x1F3872) is unknown color: approx Resolution Blue. HEX triplet: 1F, 38 and 72. RGB value is (31,56,114). Sum of RGB (Red+Green+Blue) = 31+56+114=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3872 is #E0C78D. Grayscale: #363636. Windows color (decimal): -14731150 or 7485471. OLE color: 7485471.

HSL color Cylindrical-coordinate representation of color #1F3872: hue angle of 221.93º 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 #1F3872 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3156114-
CMYK0.730.5100.55
HSL221.93º57.24%28.43%-
HSV(B)221.93º72.81%44.71%-
XYZ5.024.3316.49-
YUV55.14161.22110.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.42%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=15.42%
G=27.86%
B=56.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31561140.730.5100.55221.9357.2428.43
Hex1F38724933037de391c
Octal3770162111630673367134
Binary111111110001110010100100111001101101111101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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