Html Css Color HEX #051399 New Midnight Blue

📋 copy color: '#051399'

red 5 ◦ green 19 ◦ blue 153

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

Shades of New Midnight Blue #051399

Tints of New Midnight Blue #051399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

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

R = 2.82%
G = 10.73%
B = 86.44%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#051399 (or 0x051399) is known color: New Midnight Blue. HEX triplet: 05, 13 and 99. RGB value is (5,19,153). Sum of RGB (Red+Green+Blue) = 5+19+153=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #051399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051399 is #FAEC66. Grayscale: #1D1D1D. Windows color (decimal): -16444519 or 10031877. OLE color: 10031877.

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

Color convert

RGB 5 19 153 -
CMYK 0.97 0.88 0 0.4
HSL 234.32º 0.94% 0.31% -
HSV(B) 234.32º 0.97% 0.6% -
XYZ 6.05 2.8 30.36 -
YUV 30.09 197.36 110.1 -
System Red Green Blue C M Y K H S L
Decimal 5 19 153 0.97 0.88 0 0.4 234.32 0.94 0.31
Hex 5 13 99 61 58 0 28 EA 5E 1F
Octal 5 23 231 141 130 0 50 352 136 37
Binary 101 10011 10011001 1100001 1011000 0 101000 11101010 1011110 11111

Color Harmonies of #051399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051399

Black with #051399

Text Example


Text Example

White with #051399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051399; }

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

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

background-color css

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

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

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

border-color css

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

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

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