Html Css Color HEX #051376 Midnight Blue

📋 copy color: '#051376'

red 5 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #051376

Tints of Midnight Blue #051376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 3.52%
G = 13.38%
B = 83.1%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051376 (or 0x051376) is known color: Midnight Blue. HEX triplet: 05, 13 and 76. RGB value is (5,19,118). Sum of RGB (Red+Green+Blue) = 5+19+118=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #051376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051376 is #FAEC89. Grayscale: #191919. Windows color (decimal): -16444554 or 7738117. OLE color: 7738117.

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

Color convert

RGB 5 19 118 -
CMYK 0.96 0.84 0 0.54
HSL 232.57º 0.92% 0.24% -
HSV(B) 232.57º 0.96% 0.46% -
XYZ 3.57 1.81 17.3 -
YUV 26.1 179.86 112.95 -
System Red Green Blue C M Y K H S L
Decimal 5 19 118 0.96 0.84 0 0.54 232.57 0.92 0.24
Hex 5 13 76 60 54 0 36 E9 5C 18
Octal 5 23 166 140 124 0 66 351 134 30
Binary 101 10011 1110110 1100000 1010100 0 110110 11101001 1011100 11000

Color Harmonies of #051376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051376

Black with #051376

Text Example


Text Example

White with #051376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051376; }

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

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

background-color css

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

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

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

border-color css

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

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

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