Html Css Color HEX #040550 Midnight Blue

📋 copy color: '#040550'

red 4 ◦ green 5 ◦ blue 80

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

Shades of Midnight Blue #040550

Tints of Midnight Blue #040550

RGB

 RED value IS 4 (1.95% from 255) = 4.49%

 GREEN value IS 5 (2.34% from 255) = 5.62%

 BLUE value IS 80 (31.64% from 255) = 89.89%

R = 4.49%
G = 5.62%
B = 89.89%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#040550 (or 0x040550) is known color: Midnight Blue. HEX triplet: 04, 05 and 50. RGB value is (4,5,80). Sum of RGB (Red+Green+Blue) = 4+5+80=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 80 (31.64% from 255 or 89.89% from 89); Max value from RGB is 80 - color contains mainly: blue. Hex color #040550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040550 is #FBFAAF. Grayscale: #0C0C0C. Windows color (decimal): -16513712 or 5244164. OLE color: 5244164.

HSL color Cylindrical-coordinate representation of color #040550: hue angle of 239.21º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040550 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 5 80 -
CMYK 0.95 0.94 0 0.69
HSL 239.21º 0.9% 0.16% -
HSV(B) 239.21º 0.95% 0.31% -
XYZ 1.55 0.71 7.65 -
YUV 13.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 4 5 80 0.95 0.94 0 0.69 239.21 0.9 0.16
Hex 4 5 50 5F 5E 0 45 EF 5A 10
Octal 4 5 120 137 136 0 105 357 132 20
Binary 100 101 1010000 1011111 1011110 0 1000101 11101111 1011010 10000

Color Harmonies of #040550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040550

Black with #040550

Text Example


Text Example

White with #040550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040550; }

 p { color: rgb(4,5,80); }

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

background-color css

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

 a { background-color: rgb(4,5,80); }

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

border-color css

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

 span { border-color: rgb(4,5,80); }

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