#0601AD

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

Shades of New Midnight Blue #0601AD

Tints of New Midnight Blue #0601AD

Color information

#0601AD (or 0x0601AD) is unknown color: approx New Midnight Blue. HEX triplet: 06, 01 and AD. RGB value is (6,1,173). Sum of RGB (Red+Green+Blue) = 6+1+173=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 173 (67.97% from 255 or 96.11% from 180); Max value from RGB is 173 - color contains mainly: blue. Hex color #0601AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0601AD is #F9FE52. Grayscale: #151515. Windows color (decimal): -16383571 or 11337990. OLE color: 11337990.

HSL color Cylindrical-coordinate representation of color #0601AD: hue angle of 241.74º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0601AD is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61173-
CMYK0.970.9900.32
HSL241.74º98.85%34.12%-
HSV(B)241.74º99.42%67.84%-
XYZ7.633.0839.73-
YUV22.1213.16116.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 173 (67.97% from 255) = 96.11%
R=3.33%
G=0.56%
B=96.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611730.970.9900.32241.7498.8534.12
Hex61AD6163020f26322
Octal6125514114304036214342
Binary110110101101110000111000110100000111100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0601AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0601AD; }

 p { color: rgb(6,1,173); }

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

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

 a { background-color: rgb(6,1,173); }

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

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

 span { border-color: rgb(6,1,173); }

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