#051198

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

Shades of New Midnight Blue #051198

Tints of New Midnight Blue #051198

Color information

#051198 (or 0x051198) is unknown color: approx New Midnight Blue. HEX triplet: 05, 11 and 98. RGB value is (5,17,152). Sum of RGB (Red+Green+Blue) = 5+17+152=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 152 (59.77% from 255 or 87.36% from 174); Max value from RGB is 152 - color contains mainly: blue. Hex color #051198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051198 is #FAEE67. Grayscale: #1C1C1C. Windows color (decimal): -16445032 or 9965829. OLE color: 9965829.

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

Color convert

RGB517152-
CMYK0.970.8900.40
HSL235.1º93.63%30.78%-
HSV(B)235.1º96.71%59.61%-
XYZ5.932.729.91-
YUV28.8197.52111.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 152 (59.77% from 255) = 87.36%
R=2.87%
G=9.77%
B=87.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5171520.970.8900.40235.193.6330.78
Hex511986159028eb5e1f
Octal52123014113105035313637
Binary101100011001100011000011011001010100011101011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051198; }

 p { color: rgb(5,17,152); }

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

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

 a { background-color: rgb(5,17,152); }

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

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

 span { border-color: rgb(5,17,152); }

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