Html Css Color HEX #292686 Midnight Blue

📋 copy color: '#292686'

red 41 ◦ green 38 ◦ blue 134

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

Shades of Midnight Blue #292686

Tints of Midnight Blue #292686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 134 (52.73% from 255) = 62.91%

R = 19.25%
G = 17.84%
B = 62.91%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#292686 (or 0x292686) is known color: Midnight Blue. HEX triplet: 29, 26 and 86. RGB value is (41,38,134). Sum of RGB (Red+Green+Blue) = 41+38+134=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #292686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292686 is #D6D979. Grayscale: #313131. Windows color (decimal): -14080378 or 8791593. OLE color: 8791593.

HSL color Cylindrical-coordinate representation of color #292686: hue angle of 241.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292686 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 38 134 -
CMYK 0.69 0.72 0 0.47
HSL 241.88º 0.56% 0.34% -
HSV(B) 241.88º 0.72% 0.53% -
XYZ 5.91 3.58 22.93 -
YUV 49.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 41 38 134 0.69 0.72 0 0.47 241.88 0.56 0.34
Hex 29 26 86 45 48 0 2F F2 38 22
Octal 51 46 206 105 110 0 57 362 70 42
Binary 101001 100110 10000110 1000101 1001000 0 101111 11110010 111000 100010

Color Harmonies of #292686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292686

Black with #292686

Text Example


Text Example

White with #292686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292686; }

 p { color: rgb(41,38,134); }

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

background-color css

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

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

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

border-color css

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

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

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