Html Css Color HEX #1F3379 Resolution Blue

📋 copy color: '#1F3379'

red 31 ◦ green 51 ◦ blue 121

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

Shades of Resolution Blue #1F3379

Tints of Resolution Blue #1F3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 15.27%
G = 25.12%
B = 59.61%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F3379 (or 0x1F3379) is known color: Resolution Blue. HEX triplet: 1F, 33 and 79. RGB value is (31,51,121). Sum of RGB (Red+Green+Blue) = 31+51+121=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F3379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3379 is #E0CC86. Grayscale: #343434. Windows color (decimal): -14732423 or 7942943. OLE color: 7942943.

HSL color Cylindrical-coordinate representation of color #1F3379: hue angle of 226.67º 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 #1F3379 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 51 121 -
CMYK 0.74 0.58 0 0.53
HSL 226.67º 0.59% 0.3% -
HSV(B) 226.67º 0.74% 0.47% -
XYZ 5.2 4.04 18.59 -
YUV 53 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 31 51 121 0.74 0.58 0 0.53 226.67 0.59 0.3
Hex 1F 33 79 4A 3A 0 35 E3 3B 1E
Octal 37 63 171 112 72 0 65 343 73 36
Binary 11111 110011 1111001 1001010 111010 0 110101 11100011 111011 11110

Color Harmonies of #1F3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3379

Black with #1F3379

Text Example


Text Example

White with #1F3379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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