Html Css Color HEX #041475 Midnight Blue

📋 copy color: '#041475'

red 4 ◦ green 20 ◦ blue 117

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

Shades of Midnight Blue #041475

Tints of Midnight Blue #041475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 117 (46.09% from 255) = 82.98%

R = 2.84%
G = 14.18%
B = 82.98%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#041475 (or 0x041475) is known color: Midnight Blue. HEX triplet: 04, 14 and 75. RGB value is (4,20,117). Sum of RGB (Red+Green+Blue) = 4+20+117=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #041475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041475 is #FBEB8A. Grayscale: #191919. Windows color (decimal): -16509835 or 7672836. OLE color: 7672836.

HSL color Cylindrical-coordinate representation of color #041475: hue angle of 231.5º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041475 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 20 117 -
CMYK 0.97 0.83 0 0.54
HSL 231.5º 0.93% 0.24% -
HSV(B) 231.5º 0.97% 0.46% -
XYZ 3.51 1.81 16.99 -
YUV 26.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 4 20 117 0.97 0.83 0 0.54 231.5 0.93 0.24
Hex 4 14 75 61 53 0 36 E8 5D 18
Octal 4 24 165 141 123 0 66 350 135 30
Binary 100 10100 1110101 1100001 1010011 0 110110 11101000 1011101 11000

Color Harmonies of #041475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041475

Black with #041475

Text Example


Text Example

White with #041475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041475; }

 p { color: rgb(4,20,117); }

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

background-color css

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

 a { background-color: rgb(4,20,117); }

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

border-color css

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

 span { border-color: rgb(4,20,117); }

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