Html Css Color HEX #040553 Midnight Blue

📋 copy color: '#040553'

red 4 ◦ green 5 ◦ blue 83

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

Shades of Midnight Blue #040553

Tints of Midnight Blue #040553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 90.22%

R = 4.35%
G = 5.43%
B = 90.22%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#040553 (or 0x040553) is known color: Midnight Blue. HEX triplet: 04, 05 and 53. RGB value is (4,5,83). Sum of RGB (Red+Green+Blue) = 4+5+83=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 83 (32.81% from 255 or 90.22% from 92); Max value from RGB is 83 - color contains mainly: blue. Hex color #040553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040553 is #FBFAAC. Grayscale: #0D0D0D. Windows color (decimal): -16513709 or 5440772. OLE color: 5440772.

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

Color convert

RGB 4 5 83 -
CMYK 0.95 0.94 0 0.67
HSL 239.24º 0.91% 0.17% -
HSV(B) 239.24º 0.95% 0.33% -
XYZ 1.67 0.76 8.24 -
YUV 13.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 4 5 83 0.95 0.94 0 0.67 239.24 0.91 0.17
Hex 4 5 53 5F 5E 0 43 EF 5B 11
Octal 4 5 123 137 136 0 103 357 133 21
Binary 100 101 1010011 1011111 1011110 0 1000011 11101111 1011011 10001

Color Harmonies of #040553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040553

Black with #040553

Text Example


Text Example

White with #040553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040553; }

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

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

background-color css

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

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

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

border-color css

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

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

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