Html Css Color HEX #051397 New Midnight Blue

📋 copy color: '#051397'

red 5 ◦ green 19 ◦ blue 151

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

Shades of New Midnight Blue #051397

Tints of New Midnight Blue #051397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 86.29%

R = 2.86%
G = 10.86%
B = 86.29%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#051397 (or 0x051397) is known color: New Midnight Blue. HEX triplet: 05, 13 and 97. RGB value is (5,19,151). Sum of RGB (Red+Green+Blue) = 5+19+151=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #051397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051397 is #FAEC68. Grayscale: #1D1D1D. Windows color (decimal): -16444521 or 9900805. OLE color: 9900805.

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

Color convert

RGB 5 19 151 -
CMYK 0.97 0.87 0 0.41
HSL 234.25º 0.94% 0.31% -
HSV(B) 234.25º 0.97% 0.59% -
XYZ 5.88 2.73 29.5 -
YUV 29.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 5 19 151 0.97 0.87 0 0.41 234.25 0.94 0.31
Hex 5 13 97 61 57 0 29 EA 5E 1F
Octal 5 23 227 141 127 0 51 352 136 37
Binary 101 10011 10010111 1100001 1010111 0 101001 11101010 1011110 11111

Color Harmonies of #051397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051397

Black with #051397

Text Example


Text Example

White with #051397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051397; }

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

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

background-color css

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

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

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

border-color css

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

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

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