Html Css Color HEX #1F3586 Resolution Blue

📋 copy color: '#1F3586'

red 31 ◦ green 53 ◦ blue 134

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

Shades of Resolution Blue #1F3586

Tints of Resolution Blue #1F3586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 61.47%

R = 14.22%
G = 24.31%
B = 61.47%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F3586 (or 0x1F3586) is known color: Resolution Blue. HEX triplet: 1F, 35 and 86. RGB value is (31,53,134). Sum of RGB (Red+Green+Blue) = 31+53+134=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F3586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3586 is #E0CA79. Grayscale: #373737. Windows color (decimal): -14731898 or 8795423. OLE color: 8795423.

HSL color Cylindrical-coordinate representation of color #1F3586: hue angle of 227.18º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3586 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 53 134 -
CMYK 0.77 0.60 0 0.47
HSL 227.18º 0.62% 0.32% -
HSV(B) 227.18º 0.77% 0.53% -
XYZ 6.14 4.56 23.11 -
YUV 55.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 31 53 134 0.77 0.60 0 0.47 227.18 0.62 0.32
Hex 1F 35 86 4D 3C 0 2F E3 3E 20
Octal 37 65 206 115 74 0 57 343 76 40
Binary 11111 110101 10000110 1001101 111100 0 101111 11100011 111110 100000

Color Harmonies of #1F3586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3586

Black with #1F3586

Text Example


Text Example

White with #1F3586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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