Html Css Color HEX #1F2974 Midnight Blue

📋 copy color: '#1F2974'

red 31 ◦ green 41 ◦ blue 116

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

Shades of Midnight Blue #1F2974

Tints of Midnight Blue #1F2974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 116 (45.7% from 255) = 61.7%

R = 16.49%
G = 21.81%
B = 61.7%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F2974 (or 0x1F2974) is known color: Midnight Blue. HEX triplet: 1F, 29 and 74. RGB value is (31,41,116). Sum of RGB (Red+Green+Blue) = 31+41+116=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F2974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2974 is #E0D68B. Grayscale: #2E2E2E. Windows color (decimal): -14734988 or 7612703. OLE color: 7612703.

HSL color Cylindrical-coordinate representation of color #1F2974: hue angle of 232.94º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F2974 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 41 116 -
CMYK 0.73 0.65 0 0.55
HSL 232.94º 0.58% 0.29% -
HSV(B) 232.94º 0.73% 0.45% -
XYZ 4.51 3.14 16.89 -
YUV 46.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 31 41 116 0.73 0.65 0 0.55 232.94 0.58 0.29
Hex 1F 29 74 49 41 0 37 E9 3A 1D
Octal 37 51 164 111 101 0 67 351 72 35
Binary 11111 101001 1110100 1001001 1000001 0 110111 11101001 111010 11101

Color Harmonies of #1F2974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2974

Black with #1F2974

Text Example


Text Example

White with #1F2974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,41,116); }

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

background-color css

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

 a { background-color: rgb(31,41,116); }

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

border-color css

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

 span { border-color: rgb(31,41,116); }

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