Html Css Color HEX #1F3185 Resolution Blue

📋 copy color: '#1F3185'

red 31 ◦ green 49 ◦ blue 133

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

Shades of Resolution Blue #1F3185

Tints of Resolution Blue #1F3185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.44%

R = 14.55%
G = 23%
B = 62.44%

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

#1F3185 (or 0x1F3185) is known color: Resolution Blue. HEX triplet: 1F, 31 and 85. RGB value is (31,49,133). Sum of RGB (Red+Green+Blue) = 31+49+133=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F3185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3185 is #E0CE7A. Grayscale: #343434. Windows color (decimal): -14732923 or 8728863. OLE color: 8728863.

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

Color convert

RGB 31 49 133 -
CMYK 0.77 0.63 0 0.48
HSL 229.41º 0.62% 0.32% -
HSV(B) 229.41º 0.77% 0.52% -
XYZ 5.9 4.18 22.69 -
YUV 53.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 31 49 133 0.77 0.63 0 0.48 229.41 0.62 0.32
Hex 1F 31 85 4D 3F 0 30 E5 3E 20
Octal 37 61 205 115 77 0 60 345 76 40
Binary 11111 110001 10000101 1001101 111111 0 110000 11100101 111110 100000

Color Harmonies of #1F3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3185

Black with #1F3185

Text Example


Text Example

White with #1F3185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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