Html Css Color HEX #292679 Midnight Blue

📋 copy color: '#292679'

red 41 ◦ green 38 ◦ blue 121

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

Shades of Midnight Blue #292679

Tints of Midnight Blue #292679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 20.5%
G = 19%
B = 60.5%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#292679 (or 0x292679) is known color: Midnight Blue. HEX triplet: 29, 26 and 79. RGB value is (41,38,121). Sum of RGB (Red+Green+Blue) = 41+38+121=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #292679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292679 is #D6D986. Grayscale: #303030. Windows color (decimal): -14080391 or 7939625. OLE color: 7939625.

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

Color convert

RGB 41 38 121 -
CMYK 0.66 0.69 0 0.53
HSL 242.17º 0.52% 0.31% -
HSV(B) 242.17º 0.69% 0.47% -
XYZ 5.06 3.24 18.45 -
YUV 48.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 41 38 121 0.66 0.69 0 0.53 242.17 0.52 0.31
Hex 29 26 79 42 45 0 35 F2 34 1F
Octal 51 46 171 102 105 0 65 362 64 37
Binary 101001 100110 1111001 1000010 1000101 0 110101 11110010 110100 11111

Color Harmonies of #292679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292679

Black with #292679

Text Example


Text Example

White with #292679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292679; }

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

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

background-color css

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

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

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

border-color css

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

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

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