Html Css Color HEX #1F3184 Resolution Blue

📋 copy color: '#1F3184'

red 31 ◦ green 49 ◦ blue 132

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

Shades of Resolution Blue #1F3184

Tints of Resolution Blue #1F3184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 14.62%
G = 23.11%
B = 62.26%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F3184 (or 0x1F3184) is known color: Resolution Blue. HEX triplet: 1F, 31 and 84. RGB value is (31,49,132). Sum of RGB (Red+Green+Blue) = 31+49+132=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3184 is #E0CE7B. Grayscale: #343434. Windows color (decimal): -14732924 or 8663327. OLE color: 8663327.

HSL color Cylindrical-coordinate representation of color #1F3184: hue angle of 229.31º 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 #1F3184 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 49 132 -
CMYK 0.77 0.63 0 0.48
HSL 229.31º 0.62% 0.32% -
HSV(B) 229.31º 0.77% 0.52% -
XYZ 5.83 4.15 22.32 -
YUV 53.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 31 49 132 0.77 0.63 0 0.48 229.31 0.62 0.32
Hex 1F 31 84 4D 3F 0 30 E5 3E 20
Octal 37 61 204 115 77 0 60 345 76 40
Binary 11111 110001 10000100 1001101 111111 0 110000 11100101 111110 100000

Color Harmonies of #1F3184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3184

Black with #1F3184

Text Example


Text Example

White with #1F3184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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