Html Css Color HEX #051470 Midnight Blue

📋 copy color: '#051470'

red 5 ◦ green 20 ◦ blue 112

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

Shades of Midnight Blue #051470

Tints of Midnight Blue #051470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 81.75%

R = 3.65%
G = 14.6%
B = 81.75%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051470 (or 0x051470) is known color: Midnight Blue. HEX triplet: 05, 14 and 70. RGB value is (5,20,112). Sum of RGB (Red+Green+Blue) = 5+20+112=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #051470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051470 is #FAEB8F. Grayscale: #191919. Windows color (decimal): -16444304 or 7345157. OLE color: 7345157.

HSL color Cylindrical-coordinate representation of color #051470: hue angle of 231.59º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051470 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 20 112 -
CMYK 0.96 0.82 0 0.56
HSL 231.59º 0.91% 0.23% -
HSV(B) 231.59º 0.96% 0.44% -
XYZ 3.24 1.7 15.49 -
YUV 26 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 5 20 112 0.96 0.82 0 0.56 231.59 0.91 0.23
Hex 5 14 70 60 52 0 38 E8 5B 17
Octal 5 24 160 140 122 0 70 350 133 27
Binary 101 10100 1110000 1100000 1010010 0 111000 11101000 1011011 10111

Color Harmonies of #051470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051470

Black with #051470

Text Example


Text Example

White with #051470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051470; }

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

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

background-color css

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

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

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

border-color css

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

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

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