Html Css Color HEX #040348 Midnight Blue

📋 copy color: '#040348'

red 4 ◦ green 3 ◦ blue 72

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

Shades of Midnight Blue #040348

Tints of Midnight Blue #040348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.8%

 BLUE value IS 72 (28.52% from 255) = 91.14%

R = 5.06%
G = 3.8%
B = 91.14%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#040348 (or 0x040348) is known color: Midnight Blue. HEX triplet: 04, 03 and 48. RGB value is (4,3,72). Sum of RGB (Red+Green+Blue) = 4+3+72=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 72 (28.52% from 255 or 91.14% from 79); Max value from RGB is 72 - color contains mainly: blue. Hex color #040348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040348 is #FBFCB7. Grayscale: #0A0A0A. Windows color (decimal): -16514232 or 4719364. OLE color: 4719364.

HSL color Cylindrical-coordinate representation of color #040348: hue angle of 240.87º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040348 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 3 72 -
CMYK 0.94 0.96 0 0.72
HSL 240.87º 0.92% 0.15% -
HSV(B) 240.87º 0.96% 0.28% -
XYZ 1.25 0.56 6.17 -
YUV 11.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 4 3 72 0.94 0.96 0 0.72 240.87 0.92 0.15
Hex 4 3 48 5E 60 0 48 F1 5C F
Octal 4 3 110 136 140 0 110 361 134 17
Binary 100 11 1001000 1011110 1100000 0 1001000 11110001 1011100 1111

Color Harmonies of #040348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040348

Black with #040348

Text Example


Text Example

White with #040348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040348; }

 p { color: rgb(4,3,72); }

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

background-color css

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

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

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

border-color css

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

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

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