Html Css Color HEX #040453 Midnight Blue

📋 copy color: '#040453'

red 4 ◦ green 4 ◦ blue 83

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

Shades of Midnight Blue #040453

Tints of Midnight Blue #040453

RGB

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

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

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

R = 4.4%
G = 4.4%
B = 91.21%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#040453 (or 0x040453) is known color: Midnight Blue. HEX triplet: 04, 04 and 53. RGB value is (4,4,83). Sum of RGB (Red+Green+Blue) = 4+4+83=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 83 (32.81% from 255 or 91.21% from 91); Max value from RGB is 83 - color contains mainly: blue. Hex color #040453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040453 is #FBFBAC. Grayscale: #0C0C0C. Windows color (decimal): -16513965 or 5440516. OLE color: 5440516.

HSL color Cylindrical-coordinate representation of color #040453: hue angle of 240º 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 #040453 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 4 83 -
CMYK 0.95 0.95 0 0.67
HSL 240º 0.91% 0.17% -
HSV(B) 240º 0.95% 0.33% -
XYZ 1.65 0.74 8.24 -
YUV 13.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 4 4 83 0.95 0.95 0 0.67 240 0.91 0.17
Hex 4 4 53 5F 5F 0 43 F0 5B 11
Octal 4 4 123 137 137 0 103 360 133 21
Binary 100 100 1010011 1011111 1011111 0 1000011 11110000 1011011 10001

Color Harmonies of #040453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040453

Black with #040453

Text Example


Text Example

White with #040453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040453; }

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

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

background-color css

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

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

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

border-color css

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

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

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