Html Css Color HEX #051070 Midnight Blue

📋 copy color: '#051070'

red 5 ◦ green 16 ◦ blue 112

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

Shades of Midnight Blue #051070

Tints of Midnight Blue #051070

RGB

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

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

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

R = 3.76%
G = 12.03%
B = 84.21%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051070 (or 0x051070) is known color: Midnight Blue. HEX triplet: 05, 10 and 70. RGB value is (5,16,112). Sum of RGB (Red+Green+Blue) = 5+16+112=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #051070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051070 is #FAEF8F. Grayscale: #171717. Windows color (decimal): -16445328 or 7344133. OLE color: 7344133.

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

Color convert

RGB 5 16 112 -
CMYK 0.96 0.86 0 0.56
HSL 233.83º 0.91% 0.23% -
HSV(B) 233.83º 0.96% 0.44% -
XYZ 3.17 1.57 15.47 -
YUV 23.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 5 16 112 0.96 0.86 0 0.56 233.83 0.91 0.23
Hex 5 10 70 60 56 0 38 EA 5B 17
Octal 5 20 160 140 126 0 70 352 133 27
Binary 101 10000 1110000 1100000 1010110 0 111000 11101010 1011011 10111

Color Harmonies of #051070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051070

Black with #051070

Text Example


Text Example

White with #051070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051070; }

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

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

background-color css

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

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

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

border-color css

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

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

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