#051297

Color #051297 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #051297

Tints of New Midnight Blue #051297

Color information

#051297 (or 0x051297) is unknown color: approx New Midnight Blue. HEX triplet: 05, 12 and 97. RGB value is (5,18,151). Sum of RGB (Red+Green+Blue) = 5+18+151=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 151 (59.38% from 255 or 86.78% from 174); Max value from RGB is 151 - color contains mainly: blue. Hex color #051297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051297 is #FAED68. Grayscale: #1C1C1C. Windows color (decimal): -16444777 or 9900549. OLE color: 9900549.

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

Color convert

RGB518151-
CMYK0.970.8800.41
HSL234.66º93.59%30.59%-
HSV(B)234.66º96.69%59.22%-
XYZ5.862.729.49-
YUV29.28196.69110.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 151 (59.38% from 255) = 86.78%
R=2.87%
G=10.34%
B=86.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5181510.970.8800.41234.6693.5930.59
Hex512976158029eb5e1f
Octal52222714113005135313637
Binary101100101001011111000011011000010100111101011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051297; }

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

 H1.HeaderClassName
 {
   color: #051297;
 }
 .AnyTagClassName
 {
   color: #051297;
 }
</style>
background-color css

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

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

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

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

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

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