Html Css Color HEX #1F2571 Midnight Blue

📋 copy color: '#1F2571'

red 31 ◦ green 37 ◦ blue 113

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

Shades of Midnight Blue #1F2571

Tints of Midnight Blue #1F2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

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

R = 17.13%
G = 20.44%
B = 62.43%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F2571 (or 0x1F2571) is known color: Midnight Blue. HEX triplet: 1F, 25 and 71. RGB value is (31,37,113). Sum of RGB (Red+Green+Blue) = 31+37+113=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2571 is #E0DA8E. Grayscale: #2B2B2B. Windows color (decimal): -14736015 or 7415071. OLE color: 7415071.

HSL color Cylindrical-coordinate representation of color #1F2571: hue angle of 235.61º 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 #1F2571 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 37 113 -
CMYK 0.73 0.67 0 0.56
HSL 235.61º 0.57% 0.28% -
HSV(B) 235.61º 0.73% 0.44% -
XYZ 4.21 2.81 15.94 -
YUV 43.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 31 37 113 0.73 0.67 0 0.56 235.61 0.57 0.28
Hex 1F 25 71 49 43 0 38 EC 39 1C
Octal 37 45 161 111 103 0 70 354 71 34
Binary 11111 100101 1110001 1001001 1000011 0 111000 11101100 111001 11100

Color Harmonies of #1F2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2571

Black with #1F2571

Text Example


Text Example

White with #1F2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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