Html Css Color HEX #1F3771 Resolution Blue

📋 copy color: '#1F3771'

red 31 ◦ green 55 ◦ blue 113

#1F3771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #1F3771

Tints of Resolution Blue #1F3771

RGB

 RED value IS 31 (12.5% from 255) = 15.58%

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 15.58%
G = 27.64%
B = 56.78%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F3771 (or 0x1F3771) is known color: Resolution Blue. HEX triplet: 1F, 37 and 71. RGB value is (31,55,113). Sum of RGB (Red+Green+Blue) = 31+55+113=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F3771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3771 is #E0C88E. Grayscale: #363636. Windows color (decimal): -14731407 or 7419679. OLE color: 7419679.

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

Color convert

RGB 31 55 113 -
CMYK 0.73 0.51 0 0.56
HSL 222.44º 0.57% 0.28% -
HSV(B) 222.44º 0.73% 0.44% -
XYZ 4.91 4.22 16.18 -
YUV 54.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 31 55 113 0.73 0.51 0 0.56 222.44 0.57 0.28
Hex 1F 37 71 49 33 0 38 DE 39 1C
Octal 37 67 161 111 63 0 70 336 71 34
Binary 11111 110111 1110001 1001001 110011 0 111000 11011110 111001 11100

Color Harmonies of #1F3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3771

Black with #1F3771

Text Example


Text Example

White with #1F3771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,113); }

 H1.HeaderClassName
 {
   color: #1F3771;
 }
 .AnyTagClassName
 {
   color: #1F3771;
 }
</style>

background-color css

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

 a { background-color: rgb(31,55,113); }

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

border-color css

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

 span { border-color: rgb(31,55,113); }

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