Html Css Color HEX #040055 Midnight Blue

📋 copy color: '#040055'

red 4 ◦ green 0 ◦ blue 85

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

Shades of Midnight Blue #040055

Tints of Midnight Blue #040055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 95.51%

R = 4.49%
G = 0%
B = 95.51%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#040055 (or 0x040055) is known color: Midnight Blue. HEX triplet: 04, 00 and 55. RGB value is (4,0,85). Sum of RGB (Red+Green+Blue) = 4+0+85=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 85 (33.59% from 255 or 95.51% from 89); Max value from RGB is 85 - color contains mainly: blue. Hex color #040055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040055 is #FBFFAA. Grayscale: #0A0A0A. Windows color (decimal): -16514987 or 5570564. OLE color: 5570564.

HSL color Cylindrical-coordinate representation of color #040055: hue angle of 242.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040055 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 0 85 -
CMYK 0.95 1 0 0.67
HSL 242.82º 1% 0.17% -
HSV(B) 242.82º 1% 0.33% -
XYZ 1.69 0.68 8.64 -
YUV 10.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 4 0 85 0.95 1 0 0.67 242.82 1 0.17
Hex 4 0 55 5F 64 0 43 F3 64 11
Octal 4 0 125 137 144 0 103 363 144 21
Binary 100 0 1010101 1011111 1100100 0 1000011 11110011 1100100 10001

Color Harmonies of #040055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040055

Black with #040055

Text Example


Text Example

White with #040055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040055; }

 p { color: rgb(4,0,85); }

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

background-color css

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

 a { background-color: rgb(4,0,85); }

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

border-color css

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

 span { border-color: rgb(4,0,85); }

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