Html Css Color HEX #051476 Midnight Blue

📋 copy color: '#051476'

red 5 ◦ green 20 ◦ blue 118

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

Shades of Midnight Blue #051476

Tints of Midnight Blue #051476

RGB

 RED value IS 5 (2.34% from 255) = 3.5%

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

 BLUE value IS 118 (46.48% from 255) = 82.52%

R = 3.5%
G = 13.99%
B = 82.52%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051476 (or 0x051476) is known color: Midnight Blue. HEX triplet: 05, 14 and 76. RGB value is (5,20,118). Sum of RGB (Red+Green+Blue) = 5+20+118=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #051476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051476 is #FAEB89. Grayscale: #1A1A1A. Windows color (decimal): -16444298 or 7738373. OLE color: 7738373.

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

Color convert

RGB 5 20 118 -
CMYK 0.96 0.83 0 0.54
HSL 232.04º 0.92% 0.24% -
HSV(B) 232.04º 0.96% 0.46% -
XYZ 3.58 1.84 17.31 -
YUV 26.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 5 20 118 0.96 0.83 0 0.54 232.04 0.92 0.24
Hex 5 14 76 60 53 0 36 E8 5C 18
Octal 5 24 166 140 123 0 66 350 134 30
Binary 101 10100 1110110 1100000 1010011 0 110110 11101000 1011100 11000

Color Harmonies of #051476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051476

Black with #051476

Text Example


Text Example

White with #051476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051476; }

 p { color: rgb(5,20,118); }

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

background-color css

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

 a { background-color: rgb(5,20,118); }

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

border-color css

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

 span { border-color: rgb(5,20,118); }

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