Html Css Color HEX #292685 Midnight Blue

📋 copy color: '#292685'

red 41 ◦ green 38 ◦ blue 133

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

Shades of Midnight Blue #292685

Tints of Midnight Blue #292685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.74%

R = 19.34%
G = 17.92%
B = 62.74%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#292685 (or 0x292685) is known color: Midnight Blue. HEX triplet: 29, 26 and 85. RGB value is (41,38,133). Sum of RGB (Red+Green+Blue) = 41+38+133=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #292685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292685 is #D6D97A. Grayscale: #313131. Windows color (decimal): -14080379 or 8726057. OLE color: 8726057.

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

Color convert

RGB 41 38 133 -
CMYK 0.69 0.71 0 0.48
HSL 241.89º 0.56% 0.34% -
HSV(B) 241.89º 0.71% 0.52% -
XYZ 5.84 3.55 22.57 -
YUV 49.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 41 38 133 0.69 0.71 0 0.48 241.89 0.56 0.34
Hex 29 26 85 45 47 0 30 F2 38 22
Octal 51 46 205 105 107 0 60 362 70 42
Binary 101001 100110 10000101 1000101 1000111 0 110000 11110010 111000 100010

Color Harmonies of #292685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292685

Black with #292685

Text Example


Text Example

White with #292685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292685; }

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

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

background-color css

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

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

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

border-color css

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

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

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