Html Css Color HEX #04106C Midnight Blue

📋 copy color: '#04106C'

red 4 ◦ green 16 ◦ blue 108

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

Shades of Midnight Blue #04106C

Tints of Midnight Blue #04106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 84.38%

R = 3.13%
G = 12.5%
B = 84.38%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04106C (or 0x04106C) is known color: Midnight Blue. HEX triplet: 04, 10 and 6C. RGB value is (4,16,108). Sum of RGB (Red+Green+Blue) = 4+16+108=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 108 (42.58% from 255 or 84.38% from 128); Max value from RGB is 108 - color contains mainly: blue. Hex color #04106C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04106C is #FBEF93. Grayscale: #161616. Windows color (decimal): -16510868 or 7081988. OLE color: 7081988.

HSL color Cylindrical-coordinate representation of color #04106C: hue angle of 233.08º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04106C is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 16 108 -
CMYK 0.96 0.85 0 0.58
HSL 233.08º 0.93% 0.22% -
HSV(B) 233.08º 0.96% 0.42% -
XYZ 2.94 1.48 14.32 -
YUV 22.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 4 16 108 0.96 0.85 0 0.58 233.08 0.93 0.22
Hex 4 10 6C 60 55 0 3A E9 5D 16
Octal 4 20 154 140 125 0 72 351 135 26
Binary 100 10000 1101100 1100000 1010101 0 111010 11101001 1011101 10110

Color Harmonies of #04106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04106C

Black with #04106C

Text Example


Text Example

White with #04106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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