Html Css Color HEX #1F3584 Resolution Blue

📋 copy color: '#1F3584'

red 31 ◦ green 53 ◦ blue 132

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

Shades of Resolution Blue #1F3584

Tints of Resolution Blue #1F3584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.11%

R = 14.35%
G = 24.54%
B = 61.11%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F3584 (or 0x1F3584) is known color: Resolution Blue. HEX triplet: 1F, 35 and 84. RGB value is (31,53,132). Sum of RGB (Red+Green+Blue) = 31+53+132=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F3584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3584 is #E0CA7B. Grayscale: #373737. Windows color (decimal): -14731900 or 8664351. OLE color: 8664351.

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

Color convert

RGB 31 53 132 -
CMYK 0.77 0.60 0 0.48
HSL 226.93º 0.62% 0.32% -
HSV(B) 226.93º 0.77% 0.52% -
XYZ 6 4.5 22.38 -
YUV 55.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 31 53 132 0.77 0.60 0 0.48 226.93 0.62 0.32
Hex 1F 35 84 4D 3C 0 30 E3 3E 20
Octal 37 65 204 115 74 0 60 343 76 40
Binary 11111 110101 10000100 1001101 111100 0 110000 11100011 111110 100000

Color Harmonies of #1F3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3584

Black with #1F3584

Text Example


Text Example

White with #1F3584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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