#0005A1

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

Shades of New Midnight Blue #0005A1

Tints of New Midnight Blue #0005A1

Color information

#0005A1 (or 0x0005A1) is unknown color: approx New Midnight Blue. HEX triplet: 00, 05 and A1. RGB value is (0,5,161). Sum of RGB (Red+Green+Blue) = 0+5+161=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 161 (63.28% from 255 or 96.99% from 166); Max value from RGB is 161 - color contains mainly: blue. Hex color #0005A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0005A1 is #FFFA5E. Grayscale: #141414. Windows color (decimal): -16775775 or 10552576. OLE color: 10552576.

HSL color Cylindrical-coordinate representation of color #0005A1: hue angle of 238.14º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0005A1 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB05161-
CMYK10.9700.37
HSL238.14º100%31.57%-
HSV(B)238.14º100%63.14%-
XYZ6.492.6833.89-
YUV21.29206.84112.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 161 (63.28% from 255) = 96.99%
R=0%
G=3.01%
B=96.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal0516110.9700.37238.1410031.57
Hex05A16461025ee6420
Octal0524114414104535614440
Binary010110100001110010011000010100101111011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0005A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0005A1; }

 p { color: rgb(0,5,161); }

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

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

 a { background-color: rgb(0,5,161); }

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

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

 span { border-color: rgb(0,5,161); }

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