Html Css Color HEX #292072 Midnight Blue

📋 copy color: '#292072'

red 41 ◦ green 32 ◦ blue 114

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

Shades of Midnight Blue #292072

Tints of Midnight Blue #292072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 21.93%
G = 17.11%
B = 60.96%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#292072 (or 0x292072) is known color: Midnight Blue. HEX triplet: 29, 20 and 72. RGB value is (41,32,114). Sum of RGB (Red+Green+Blue) = 41+32+114=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #292072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292072 is #D6DF8D. Grayscale: #2B2B2B. Windows color (decimal): -14081934 or 7479337. OLE color: 7479337.

HSL color Cylindrical-coordinate representation of color #292072: hue angle of 246.59º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292072 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 32 114 -
CMYK 0.64 0.72 0 0.55
HSL 246.59º 0.56% 0.29% -
HSV(B) 246.59º 0.72% 0.45% -
XYZ 4.47 2.72 16.21 -
YUV 44.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 41 32 114 0.64 0.72 0 0.55 246.59 0.56 0.29
Hex 29 20 72 40 48 0 37 F7 38 1D
Octal 51 40 162 100 110 0 67 367 70 35
Binary 101001 100000 1110010 1000000 1001000 0 110111 11110111 111000 11101

Color Harmonies of #292072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292072

Black with #292072

Text Example


Text Example

White with #292072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292072; }

 p { color: rgb(41,32,114); }

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

background-color css

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

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

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

border-color css

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

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

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