Html Css Color HEX #051A81 Midnight Blue

📋 copy color: '#051A81'

red 5 ◦ green 26 ◦ blue 129

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

Shades of Midnight Blue #051A81

Tints of Midnight Blue #051A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

 BLUE value IS 129 (50.78% from 255) = 80.63%

R = 3.13%
G = 16.25%
B = 80.63%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051A81 (or 0x051A81) is known color: Midnight Blue. HEX triplet: 05, 1A and 81. RGB value is (5,26,129). Sum of RGB (Red+Green+Blue) = 5+26+129=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #051A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A81 is #FAE57E. Grayscale: #1F1F1F. Windows color (decimal): -16442751 or 8460805. OLE color: 8460805.

HSL color Cylindrical-coordinate representation of color #051A81: hue angle of 229.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051A81 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 26 129 -
CMYK 0.96 0.80 0 0.49
HSL 229.84º 0.93% 0.26% -
HSV(B) 229.84º 0.96% 0.51% -
XYZ 4.39 2.36 20.99 -
YUV 31.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 5 26 129 0.96 0.80 0 0.49 229.84 0.93 0.26
Hex 5 1A 81 60 50 0 31 E6 5D 1A
Octal 5 32 201 140 120 0 61 346 135 32
Binary 101 11010 10000001 1100000 1010000 0 110001 11100110 1011101 11010

Color Harmonies of #051A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A81

Black with #051A81

Text Example


Text Example

White with #051A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051A81; }

 p { color: rgb(5,26,129); }

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

background-color css

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

 a { background-color: rgb(5,26,129); }

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

border-color css

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

 span { border-color: rgb(5,26,129); }

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