Html Css Color HEX #1F2771 Midnight Blue

📋 copy color: '#1F2771'

red 31 ◦ green 39 ◦ blue 113

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

Shades of Midnight Blue #1F2771

Tints of Midnight Blue #1F2771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 113 (44.53% from 255) = 61.75%

R = 16.94%
G = 21.31%
B = 61.75%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F2771 (or 0x1F2771) is known color: Midnight Blue. HEX triplet: 1F, 27 and 71. RGB value is (31,39,113). Sum of RGB (Red+Green+Blue) = 31+39+113=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F2771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2771 is #E0D88E. Grayscale: #2C2C2C. Windows color (decimal): -14735503 or 7415583. OLE color: 7415583.

HSL color Cylindrical-coordinate representation of color #1F2771: hue angle of 234.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F2771 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 39 113 -
CMYK 0.73 0.65 0 0.56
HSL 234.15º 0.57% 0.28% -
HSV(B) 234.15º 0.73% 0.44% -
XYZ 4.27 2.93 15.96 -
YUV 45.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 31 39 113 0.73 0.65 0 0.56 234.15 0.57 0.28
Hex 1F 27 71 49 41 0 38 EA 39 1C
Octal 37 47 161 111 101 0 70 352 71 34
Binary 11111 100111 1110001 1001001 1000001 0 111000 11101010 111001 11100

Color Harmonies of #1F2771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2771

Black with #1F2771

Text Example


Text Example

White with #1F2771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,113); }

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

background-color css

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

 a { background-color: rgb(31,39,113); }

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

border-color css

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

 span { border-color: rgb(31,39,113); }

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