Html Css Color HEX #041069 Midnight Blue

📋 copy color: '#041069'

red 4 ◦ green 16 ◦ blue 105

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

Shades of Midnight Blue #041069

Tints of Midnight Blue #041069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 84%

R = 3.2%
G = 12.8%
B = 84%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041069 (or 0x041069) is known color: Midnight Blue. HEX triplet: 04, 10 and 69. RGB value is (4,16,105). Sum of RGB (Red+Green+Blue) = 4+16+105=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 105 (41.41% from 255 or 84% from 125); Max value from RGB is 105 - color contains mainly: blue. Hex color #041069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041069 is #FBEF96. Grayscale: #161616. Windows color (decimal): -16510871 or 6885380. OLE color: 6885380.

HSL color Cylindrical-coordinate representation of color #041069: hue angle of 232.87º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041069 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 16 105 -
CMYK 0.96 0.85 0 0.59
HSL 232.87º 0.93% 0.21% -
HSV(B) 232.87º 0.96% 0.41% -
XYZ 2.79 1.42 13.49 -
YUV 22.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 4 16 105 0.96 0.85 0 0.59 232.87 0.93 0.21
Hex 4 10 69 60 55 0 3B E9 5D 15
Octal 4 20 151 140 125 0 73 351 135 25
Binary 100 10000 1101001 1100000 1010101 0 111011 11101001 1011101 10101

Color Harmonies of #041069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041069

Black with #041069

Text Example


Text Example

White with #041069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041069; }

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

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

background-color css

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

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

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

border-color css

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

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

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