Html Css Color HEX #051699 New Midnight Blue

📋 copy color: '#051699'

red 5 ◦ green 22 ◦ blue 153

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

Shades of New Midnight Blue #051699

Tints of New Midnight Blue #051699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

 BLUE value IS 153 (60.16% from 255) = 85%

R = 2.78%
G = 12.22%
B = 85%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#051699 (or 0x051699) is known color: New Midnight Blue. HEX triplet: 05, 16 and 99. RGB value is (5,22,153). Sum of RGB (Red+Green+Blue) = 5+22+153=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #051699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051699 is #FAE966. Grayscale: #1F1F1F. Windows color (decimal): -16443751 or 10032645. OLE color: 10032645.

HSL color Cylindrical-coordinate representation of color #051699: hue angle of 233.11º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051699 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 22 153 -
CMYK 0.97 0.86 0 0.4
HSL 233.11º 0.94% 0.31% -
HSV(B) 233.11º 0.97% 0.6% -
XYZ 6.1 2.91 30.38 -
YUV 31.85 196.37 108.85 -
System Red Green Blue C M Y K H S L
Decimal 5 22 153 0.97 0.86 0 0.4 233.11 0.94 0.31
Hex 5 16 99 61 56 0 28 E9 5E 1F
Octal 5 26 231 141 126 0 50 351 136 37
Binary 101 10110 10011001 1100001 1010110 0 101000 11101001 1011110 11111

Color Harmonies of #051699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051699

Black with #051699

Text Example


Text Example

White with #051699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051699; }

 p { color: rgb(5,22,153); }

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

background-color css

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

 a { background-color: rgb(5,22,153); }

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

border-color css

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

 span { border-color: rgb(5,22,153); }

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