Html Css Color HEX #1F3573 Resolution Blue

📋 copy color: '#1F3573'

red 31 ◦ green 53 ◦ blue 115

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

Shades of Resolution Blue #1F3573

Tints of Resolution Blue #1F3573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 15.58%
G = 26.63%
B = 57.79%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F3573 (or 0x1F3573) is known color: Resolution Blue. HEX triplet: 1F, 35 and 73. RGB value is (31,53,115). Sum of RGB (Red+Green+Blue) = 31+53+115=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F3573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3573 is #E0CA8C. Grayscale: #353535. Windows color (decimal): -14731917 or 7550239. OLE color: 7550239.

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

Color convert

RGB 31 53 115 -
CMYK 0.73 0.54 0 0.55
HSL 224.29º 0.58% 0.29% -
HSV(B) 224.29º 0.73% 0.45% -
XYZ 4.93 4.08 16.75 -
YUV 53.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 31 53 115 0.73 0.54 0 0.55 224.29 0.58 0.29
Hex 1F 35 73 49 36 0 37 E0 3A 1D
Octal 37 65 163 111 66 0 67 340 72 35
Binary 11111 110101 1110011 1001001 110110 0 110111 11100000 111010 11101

Color Harmonies of #1F3573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3573

Black with #1F3573

Text Example


Text Example

White with #1F3573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,53,115); }

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

background-color css

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

 a { background-color: rgb(31,53,115); }

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

border-color css

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

 span { border-color: rgb(31,53,115); }

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