Html Css Color HEX #040552 Midnight Blue

📋 copy color: '#040552'

red 4 ◦ green 5 ◦ blue 82

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

Shades of Midnight Blue #040552

Tints of Midnight Blue #040552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 90.11%

R = 4.4%
G = 5.49%
B = 90.11%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040552 (or 0x040552) is known color: Midnight Blue. HEX triplet: 04, 05 and 52. RGB value is (4,5,82). Sum of RGB (Red+Green+Blue) = 4+5+82=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #040552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040552 is #FBFAAD. Grayscale: #0D0D0D. Windows color (decimal): -16513710 or 5375236. OLE color: 5375236.

HSL color Cylindrical-coordinate representation of color #040552: hue angle of 239.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040552 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 5 82 -
CMYK 0.95 0.94 0 0.68
HSL 239.23º 0.91% 0.17% -
HSV(B) 239.23º 0.95% 0.32% -
XYZ 1.63 0.74 8.04 -
YUV 13.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 4 5 82 0.95 0.94 0 0.68 239.23 0.91 0.17
Hex 4 5 52 5F 5E 0 44 EF 5B 11
Octal 4 5 122 137 136 0 104 357 133 21
Binary 100 101 1010010 1011111 1011110 0 1000100 11101111 1011011 10001

Color Harmonies of #040552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040552

Black with #040552

Text Example


Text Example

White with #040552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040552; }

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

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

background-color css

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

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

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

border-color css

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

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

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