Html Css Color HEX #040858 Midnight Blue

📋 copy color: '#040858'

red 4 ◦ green 8 ◦ blue 88

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

Shades of Midnight Blue #040858

Tints of Midnight Blue #040858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8%

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

R = 4%
G = 8%
B = 88%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040858 (or 0x040858) is known color: Midnight Blue. HEX triplet: 04, 08 and 58. RGB value is (4,8,88). Sum of RGB (Red+Green+Blue) = 4+8+88=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 88 (34.77% from 255 or 88% from 100); Max value from RGB is 88 - color contains mainly: blue. Hex color #040858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040858 is #FBF7A7. Grayscale: #0F0F0F. Windows color (decimal): -16512936 or 5769220. OLE color: 5769220.

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

Color convert

RGB 4 8 88 -
CMYK 0.95 0.91 0 0.65
HSL 237.14º 0.91% 0.18% -
HSV(B) 237.14º 0.95% 0.35% -
XYZ 1.9 0.9 9.31 -
YUV 15.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 4 8 88 0.95 0.91 0 0.65 237.14 0.91 0.18
Hex 4 8 58 5F 5B 0 41 ED 5B 12
Octal 4 10 130 137 133 0 101 355 133 22
Binary 100 1000 1011000 1011111 1011011 0 1000001 11101101 1011011 10010

Color Harmonies of #040858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040858

Black with #040858

Text Example


Text Example

White with #040858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040858; }

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

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

background-color css

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

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

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

border-color css

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

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

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