Html Css Color HEX #292980 Midnight Blue

📋 copy color: '#292980'

red 41 ◦ green 41 ◦ blue 128

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

Shades of Midnight Blue #292980

Tints of Midnight Blue #292980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.95%

R = 19.52%
G = 19.52%
B = 60.95%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#292980 (or 0x292980) is known color: Midnight Blue. HEX triplet: 29, 29 and 80. RGB value is (41,41,128). Sum of RGB (Red+Green+Blue) = 41+41+128=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #292980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292980 is #D6D67F. Grayscale: #323232. Windows color (decimal): -14079616 or 8399145. OLE color: 8399145.

HSL color Cylindrical-coordinate representation of color #292980: hue angle of 240º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #292980 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 41 128 -
CMYK 0.68 0.68 0 0.50
HSL 240º 0.51% 0.33% -
HSV(B) 240º 0.68% 0.5% -
XYZ 5.6 3.62 20.82 -
YUV 50.92 171.5 120.93 -
System Red Green Blue C M Y K H S L
Decimal 41 41 128 0.68 0.68 0 0.50 240 0.51 0.33
Hex 29 29 80 44 44 0 32 F0 33 21
Octal 51 51 200 104 104 0 62 360 63 41
Binary 101001 101001 10000000 1000100 1000100 0 110010 11110000 110011 100001

Color Harmonies of #292980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292980

Black with #292980

Text Example


Text Example

White with #292980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292980; }

 p { color: rgb(41,41,128); }

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

background-color css

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

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

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

border-color css

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

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

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