Html Css Color HEX #291F74 Midnight Blue

📋 copy color: '#291F74'

red 41 ◦ green 31 ◦ blue 116

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

Shades of Midnight Blue #291F74

Tints of Midnight Blue #291F74

RGB

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

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

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

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

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#291F74 (or 0x291F74) is known color: Midnight Blue. HEX triplet: 29, 1F and 74. RGB value is (41,31,116). Sum of RGB (Red+Green+Blue) = 41+31+116=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 31 (12.5% from 255 or 16.49% 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 #291F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F74 is #D6E08B. Grayscale: #2B2B2B. Windows color (decimal): -14082188 or 7610153. OLE color: 7610153.

HSL color Cylindrical-coordinate representation of color #291F74: hue angle of 247.06º 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 #291F74 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 31 116 -
CMYK 0.65 0.73 0 0.55
HSL 247.06º 0.58% 0.29% -
HSV(B) 247.06º 0.73% 0.45% -
XYZ 4.56 2.71 16.81 -
YUV 43.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 41 31 116 0.65 0.73 0 0.55 247.06 0.58 0.29
Hex 29 1F 74 41 49 0 37 F7 3A 1D
Octal 51 37 164 101 111 0 67 367 72 35
Binary 101001 11111 1110100 1000001 1001001 0 110111 11110111 111010 11101

Color Harmonies of #291F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F74

Black with #291F74

Text Example


Text Example

White with #291F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291F74; }

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

 H1.HeaderClassName
 {
   color: #291F74;
 }
 .AnyTagClassName
 {
   color: #291F74;
 }
</style>

background-color css

<style>
 a { background-color: #291F74; }

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

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

border-color css

<style>
 span { border-color: #291F74; }

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

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