Html Css Color HEX #1F3579 Resolution Blue

📋 copy color: '#1F3579'

red 31 ◦ green 53 ◦ blue 121

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

Shades of Resolution Blue #1F3579

Tints of Resolution Blue #1F3579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.02%

R = 15.12%
G = 25.85%
B = 59.02%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F3579 (or 0x1F3579) is known color: Resolution Blue. HEX triplet: 1F, 35 and 79. RGB value is (31,53,121). Sum of RGB (Red+Green+Blue) = 31+53+121=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3579 is #E0CA86. Grayscale: #353535. Windows color (decimal): -14731911 or 7943455. OLE color: 7943455.

HSL color Cylindrical-coordinate representation of color #1F3579: hue angle of 225.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3579 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 53 121 -
CMYK 0.74 0.56 0 0.53
HSL 225.33º 0.59% 0.3% -
HSV(B) 225.33º 0.74% 0.47% -
XYZ 5.29 4.22 18.62 -
YUV 54.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 31 53 121 0.74 0.56 0 0.53 225.33 0.59 0.3
Hex 1F 35 79 4A 38 0 35 E1 3B 1E
Octal 37 65 171 112 70 0 65 341 73 36
Binary 11111 110101 1111001 1001010 111000 0 110101 11100001 111011 11110

Color Harmonies of #1F3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3579

Black with #1F3579

Text Example


Text Example

White with #1F3579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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