Html Css Color HEX #040358 Midnight Blue

📋 copy color: '#040358'

red 4 ◦ green 3 ◦ blue 88

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

Shades of Midnight Blue #040358

Tints of Midnight Blue #040358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 92.63%

R = 4.21%
G = 3.16%
B = 92.63%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040358 (or 0x040358) is known color: Midnight Blue. HEX triplet: 04, 03 and 58. RGB value is (4,3,88). Sum of RGB (Red+Green+Blue) = 4+3+88=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 88 (34.77% from 255 or 92.63% from 95); Max value from RGB is 88 - color contains mainly: blue. Hex color #040358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040358 is #FBFCA7. Grayscale: #0C0C0C. Windows color (decimal): -16514216 or 5767940. OLE color: 5767940.

HSL color Cylindrical-coordinate representation of color #040358: hue angle of 240.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040358 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 3 88 -
CMYK 0.95 0.97 0 0.65
HSL 240.71º 0.93% 0.18% -
HSV(B) 240.71º 0.97% 0.35% -
XYZ 1.84 0.8 9.29 -
YUV 12.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 4 3 88 0.95 0.97 0 0.65 240.71 0.93 0.18
Hex 4 3 58 5F 61 0 41 F1 5D 12
Octal 4 3 130 137 141 0 101 361 135 22
Binary 100 11 1011000 1011111 1100001 0 1000001 11110001 1011101 10010

Color Harmonies of #040358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040358

Black with #040358

Text Example


Text Example

White with #040358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040358; }

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

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

background-color css

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

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

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

border-color css

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

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

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