Html Css Color HEX #1F3277 Resolution Blue

📋 copy color: '#1F3277'

red 31 ◦ green 50 ◦ blue 119

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

Shades of Resolution Blue #1F3277

Tints of Resolution Blue #1F3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 15.5%
G = 25%
B = 59.5%

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

#1F3277 (or 0x1F3277) is known color: Resolution Blue. HEX triplet: 1F, 32 and 77. RGB value is (31,50,119). Sum of RGB (Red+Green+Blue) = 31+50+119=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3277 is #E0CD88. Grayscale: #333333. Windows color (decimal): -14732681 or 7811615. OLE color: 7811615.

HSL color Cylindrical-coordinate representation of color #1F3277: hue angle of 227.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3277 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 50 119 -
CMYK 0.74 0.58 0 0.53
HSL 227.05º 0.59% 0.29% -
HSV(B) 227.05º 0.74% 0.47% -
XYZ 5.04 3.9 17.94 -
YUV 52.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 31 50 119 0.74 0.58 0 0.53 227.05 0.59 0.29
Hex 1F 32 77 4A 3A 0 35 E3 3B 1D
Octal 37 62 167 112 72 0 65 343 73 35
Binary 11111 110010 1110111 1001010 111010 0 110101 11100011 111011 11101

Color Harmonies of #1F3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3277

Black with #1F3277

Text Example


Text Example

White with #1F3277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,50,119); }

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

background-color css

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

 a { background-color: rgb(31,50,119); }

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

border-color css

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

 span { border-color: rgb(31,50,119); }

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