Html Css Color HEX #291F7C Midnight Blue

📋 copy color: '#291F7C'

red 41 ◦ green 31 ◦ blue 124

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

Shades of Midnight Blue #291F7C

Tints of Midnight Blue #291F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 20.92%
G = 15.82%
B = 63.27%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#291F7C (or 0x291F7C) is known color: Midnight Blue. HEX triplet: 29, 1F and 7C. RGB value is (41,31,124). Sum of RGB (Red+Green+Blue) = 41+31+124=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #291F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F7C is #D6E083. Grayscale: #2C2C2C. Windows color (decimal): -14082180 or 8134441. OLE color: 8134441.

HSL color Cylindrical-coordinate representation of color #291F7C: hue angle of 246.45º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291F7C is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 31 124 -
CMYK 0.67 0.75 0 0.51
HSL 246.45º 0.6% 0.3% -
HSV(B) 246.45º 0.75% 0.49% -
XYZ 5.04 2.91 19.36 -
YUV 44.59 172.81 125.44 -
System Red Green Blue C M Y K H S L
Decimal 41 31 124 0.67 0.75 0 0.51 246.45 0.6 0.3
Hex 29 1F 7C 43 4B 0 33 F6 3C 1E
Octal 51 37 174 103 113 0 63 366 74 36
Binary 101001 11111 1111100 1000011 1001011 0 110011 11110110 111100 11110

Color Harmonies of #291F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F7C

Black with #291F7C

Text Example


Text Example

White with #291F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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