Html Css Color HEX #041170 Midnight Blue

📋 copy color: '#041170'

red 4 ◦ green 17 ◦ blue 112

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

Shades of Midnight Blue #041170

Tints of Midnight Blue #041170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

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

R = 3.01%
G = 12.78%
B = 84.21%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041170 (or 0x041170) is known color: Midnight Blue. HEX triplet: 04, 11 and 70. RGB value is (4,17,112). Sum of RGB (Red+Green+Blue) = 4+17+112=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #041170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041170 is #FBEE8F. Grayscale: #171717. Windows color (decimal): -16510608 or 7344388. OLE color: 7344388.

HSL color Cylindrical-coordinate representation of color #041170: hue angle of 232.78º 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 #041170 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 17 112 -
CMYK 0.96 0.85 0 0.56
HSL 232.78º 0.93% 0.23% -
HSV(B) 232.78º 0.96% 0.44% -
XYZ 3.18 1.6 15.47 -
YUV 23.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 4 17 112 0.96 0.85 0 0.56 232.78 0.93 0.23
Hex 4 11 70 60 55 0 38 E9 5D 17
Octal 4 21 160 140 125 0 70 351 135 27
Binary 100 10001 1110000 1100000 1010101 0 111000 11101001 1011101 10111

Color Harmonies of #041170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041170

Black with #041170

Text Example


Text Example

White with #041170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041170; }

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

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

background-color css

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

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

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

border-color css

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

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

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