Html Css Color HEX #051799 New Midnight Blue

📋 copy color: '#051799'

red 5 ◦ green 23 ◦ blue 153

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

Shades of New Midnight Blue #051799

Tints of New Midnight Blue #051799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 2.76%
G = 12.71%
B = 84.53%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#051799 (or 0x051799) is known color: New Midnight Blue. HEX triplet: 05, 17 and 99. RGB value is (5,23,153). Sum of RGB (Red+Green+Blue) = 5+23+153=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #051799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051799 is #FAE866. Grayscale: #1F1F1F. Windows color (decimal): -16443495 or 10032901. OLE color: 10032901.

HSL color Cylindrical-coordinate representation of color #051799: hue angle of 232.7º 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 #051799 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 23 153 -
CMYK 0.97 0.85 0 0.4
HSL 232.7º 0.94% 0.31% -
HSV(B) 232.7º 0.97% 0.6% -
XYZ 6.12 2.94 30.38 -
YUV 32.44 196.04 108.43 -
System Red Green Blue C M Y K H S L
Decimal 5 23 153 0.97 0.85 0 0.4 232.7 0.94 0.31
Hex 5 17 99 61 55 0 28 E9 5E 1F
Octal 5 27 231 141 125 0 50 351 136 37
Binary 101 10111 10011001 1100001 1010101 0 101000 11101001 1011110 11111

Color Harmonies of #051799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051799

Black with #051799

Text Example


Text Example

White with #051799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051799; }

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

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

background-color css

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

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

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

border-color css

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

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

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