Html Css Color HEX #041068 Midnight Blue

📋 copy color: '#041068'

red 4 ◦ green 16 ◦ blue 104

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

Shades of Midnight Blue #041068

Tints of Midnight Blue #041068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 83.87%

R = 3.23%
G = 12.9%
B = 83.87%

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

#041068 (or 0x041068) is known color: Midnight Blue. HEX triplet: 04, 10 and 68. RGB value is (4,16,104). Sum of RGB (Red+Green+Blue) = 4+16+104=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #041068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041068 is #FBEF97. Grayscale: #161616. Windows color (decimal): -16510872 or 6819844. OLE color: 6819844.

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

Color convert

RGB 4 16 104 -
CMYK 0.96 0.85 0 0.59
HSL 232.8º 0.93% 0.21% -
HSV(B) 232.8º 0.96% 0.41% -
XYZ 2.73 1.4 13.22 -
YUV 22.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 4 16 104 0.96 0.85 0 0.59 232.8 0.93 0.21
Hex 4 10 68 60 55 0 3B E9 5D 15
Octal 4 20 150 140 125 0 73 351 135 25
Binary 100 10000 1101000 1100000 1010101 0 111011 11101001 1011101 10101

Color Harmonies of #041068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041068

Black with #041068

Text Example


Text Example

White with #041068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041068; }

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

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

background-color css

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

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

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

border-color css

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

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

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