#1F327C

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

Shades of Resolution Blue #1F327C

Tints of Resolution Blue #1F327C

Color information

#1F327C (or 0x1F327C) is unknown color: approx Resolution Blue. HEX triplet: 1F, 32 and 7C. RGB value is (31,50,124). Sum of RGB (Red+Green+Blue) = 31+50+124=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F327C is #E0CD83. Grayscale: #343434. Windows color (decimal): -14732676 or 8139295. OLE color: 8139295.

HSL color Cylindrical-coordinate representation of color #1F327C: hue angle of 227.74º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F327C is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3150124-
CMYK0.750.6000.51
HSL227.74º60%30.39%-
HSV(B)227.74º75%48.63%-
XYZ5.344.0319.56-
YUV52.76168.21112.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 124 (48.83% from 255) = 60.49%
R=15.12%
G=24.39%
B=60.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31501240.750.6000.51227.746030.39
Hex1F327C4B3C033e43c1e
Octal3762174113740633447436
Binary111111100101111100100101111110001100111110010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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