#0516AB

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

Shades of New Midnight Blue #0516AB

Tints of New Midnight Blue #0516AB

Color information

#0516AB (or 0x0516AB) is unknown color: approx New Midnight Blue. HEX triplet: 05, 16 and AB. RGB value is (5,22,171). Sum of RGB (Red+Green+Blue) = 5+22+171=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 171 (67.19% from 255 or 86.36% from 198); Max value from RGB is 171 - color contains mainly: blue. Hex color #0516AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0516AB is #FAE954. Grayscale: #212121. Windows color (decimal): -16443733 or 11212293. OLE color: 11212293.

HSL color Cylindrical-coordinate representation of color #0516AB: hue angle of 233.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0516AB is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB522171-
CMYK0.970.8700.33
HSL233.86º94.32%34.51%-
HSV(B)233.86º97.08%67.06%-
XYZ7.73.5538.81-
YUV33.9205.37107.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 171 (67.19% from 255) = 86.36%
R=2.53%
G=11.11%
B=86.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5221710.970.8700.33233.8694.3234.51
Hex516AB6157021ea5e23
Octal52625314112704135213643
Binary1011011010101011110000110101110100001111010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0516AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0516AB; }

 p { color: rgb(5,22,171); }

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

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

 a { background-color: rgb(5,22,171); }

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

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

 span { border-color: rgb(5,22,171); }

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