Html Css Color HEX #04126E Midnight Blue

📋 copy color: '#04126E'

red 4 ◦ green 18 ◦ blue 110

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

Shades of Midnight Blue #04126E

Tints of Midnight Blue #04126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

 BLUE value IS 110 (43.36% from 255) = 83.33%

R = 3.03%
G = 13.64%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04126E (or 0x04126E) is known color: Midnight Blue. HEX triplet: 04, 12 and 6E. RGB value is (4,18,110). Sum of RGB (Red+Green+Blue) = 4+18+110=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 110 (43.36% from 255 or 83.33% from 132); Max value from RGB is 110 - color contains mainly: blue. Hex color #04126E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04126E is #FBED91. Grayscale: #171717. Windows color (decimal): -16510354 or 7213572. OLE color: 7213572.

HSL color Cylindrical-coordinate representation of color #04126E: hue angle of 232.08º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04126E is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 18 110 -
CMYK 0.96 0.84 0 0.57
HSL 232.08º 0.93% 0.22% -
HSV(B) 232.08º 0.96% 0.43% -
XYZ 3.08 1.58 14.9 -
YUV 24.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 4 18 110 0.96 0.84 0 0.57 232.08 0.93 0.22
Hex 4 12 6E 60 54 0 39 E8 5D 16
Octal 4 22 156 140 124 0 71 350 135 26
Binary 100 10010 1101110 1100000 1010100 0 111001 11101000 1011101 10110

Color Harmonies of #04126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04126E

Black with #04126E

Text Example


Text Example

White with #04126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04126E; }

 p { color: rgb(4,18,110); }

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

background-color css

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

 a { background-color: rgb(4,18,110); }

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

border-color css

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

 span { border-color: rgb(4,18,110); }

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