#0516A4

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

Shades of New Midnight Blue #0516A4

Tints of New Midnight Blue #0516A4

Color information

#0516A4 (or 0x0516A4) is unknown color: approx New Midnight Blue. HEX triplet: 05, 16 and A4. RGB value is (5,22,164). Sum of RGB (Red+Green+Blue) = 5+22+164=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 164 (64.45% from 255 or 85.86% from 191); Max value from RGB is 164 - color contains mainly: blue. Hex color #0516A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0516A4 is #FAE95B. Grayscale: #202020. Windows color (decimal): -16443740 or 10753541. OLE color: 10753541.

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

Color convert

RGB522164-
CMYK0.970.8700.36
HSL233.58º94.08%33.14%-
HSV(B)233.58º96.95%64.31%-
XYZ7.053.2935.38-
YUV33.11201.87107.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 164 (64.45% from 255) = 85.86%
R=2.62%
G=11.52%
B=85.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5221640.970.8700.36233.5894.0833.14
Hex516A46157024ea5e21
Octal52624414112704435213641
Binary1011011010100100110000110101110100100111010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0516A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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