#1F397C

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

Shades of Resolution Blue #1F397C

Tints of Resolution Blue #1F397C

Color information

#1F397C (or 0x1F397C) is unknown color: approx Resolution Blue. HEX triplet: 1F, 39 and 7C. RGB value is (31,57,124). Sum of RGB (Red+Green+Blue) = 31+57+124=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F397C is #E0C683. Grayscale: #383838. Windows color (decimal): -14730884 or 8141087. OLE color: 8141087.

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

Color convert

RGB3157124-
CMYK0.750.5400.51
HSL223.23º60%30.39%-
HSV(B)223.23º75%48.63%-
XYZ5.674.6719.67-
YUV56.86165.89109.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 124 (48.83% from 255) = 58.49%
R=14.62%
G=26.89%
B=58.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31571240.750.5400.51223.236030.39
Hex1F397C4B36033df3c1e
Octal3771174113660633377436
Binary111111110011111100100101111011001100111101111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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