Html Css Color HEX #041070 Midnight Blue

📋 copy color: '#041070'

red 4 ◦ green 16 ◦ blue 112

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

Shades of Midnight Blue #041070

Tints of Midnight Blue #041070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.12%

 BLUE value IS 112 (44.14% from 255) = 84.85%

R = 3.03%
G = 12.12%
B = 84.85%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041070 (or 0x041070) is known color: Midnight Blue. HEX triplet: 04, 10 and 70. RGB value is (4,16,112). Sum of RGB (Red+Green+Blue) = 4+16+112=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #041070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041070 is #FBEF8F. Grayscale: #161616. Windows color (decimal): -16510864 or 7344132. OLE color: 7344132.

HSL color Cylindrical-coordinate representation of color #041070: hue angle of 233.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041070 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 16 112 -
CMYK 0.96 0.86 0 0.56
HSL 233.33º 0.93% 0.23% -
HSV(B) 233.33º 0.96% 0.44% -
XYZ 3.16 1.57 15.47 -
YUV 23.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 4 16 112 0.96 0.86 0 0.56 233.33 0.93 0.23
Hex 4 10 70 60 56 0 38 E9 5D 17
Octal 4 20 160 140 126 0 70 351 135 27
Binary 100 10000 1110000 1100000 1010110 0 111000 11101001 1011101 10111

Color Harmonies of #041070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041070

Black with #041070

Text Example


Text Example

White with #041070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041070; }

 p { color: rgb(4,16,112); }

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

background-color css

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

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

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

border-color css

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

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

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