Html Css Color HEX #1F2977 Midnight Blue

📋 copy color: '#1F2977'

red 31 ◦ green 41 ◦ blue 119

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

Shades of Midnight Blue #1F2977

Tints of Midnight Blue #1F2977

RGB

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

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

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

R = 16.23%
G = 21.47%
B = 62.3%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F2977 (or 0x1F2977) is known color: Midnight Blue. HEX triplet: 1F, 29 and 77. RGB value is (31,41,119). Sum of RGB (Red+Green+Blue) = 31+41+119=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2977 is #E0D688. Grayscale: #2E2E2E. Windows color (decimal): -14734985 or 7809311. OLE color: 7809311.

HSL color Cylindrical-coordinate representation of color #1F2977: hue angle of 233.18º 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 #1F2977 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 41 119 -
CMYK 0.74 0.66 0 0.53
HSL 233.18º 0.59% 0.29% -
HSV(B) 233.18º 0.74% 0.47% -
XYZ 4.69 3.21 17.83 -
YUV 46.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 31 41 119 0.74 0.66 0 0.53 233.18 0.59 0.29
Hex 1F 29 77 4A 42 0 35 E9 3B 1D
Octal 37 51 167 112 102 0 65 351 73 35
Binary 11111 101001 1110111 1001010 1000010 0 110101 11101001 111011 11101

Color Harmonies of #1F2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2977

Black with #1F2977

Text Example


Text Example

White with #1F2977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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