#01059A

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

Shades of New Midnight Blue #01059A

Tints of New Midnight Blue #01059A

Color information

#01059A (or 0x01059A) is unknown color: approx New Midnight Blue. HEX triplet: 01, 05 and 9A. RGB value is (1,5,154). Sum of RGB (Red+Green+Blue) = 1+5+154=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 154 (60.55% from 255 or 96.25% from 160); Max value from RGB is 154 - color contains mainly: blue. Hex color #01059A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01059A is #FEFA65. Grayscale: #141414. Windows color (decimal): -16710246 or 10093825. OLE color: 10093825.

HSL color Cylindrical-coordinate representation of color #01059A: hue angle of 238.43º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01059A is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15154-
CMYK0.990.9700.40
HSL238.43º98.71%30.39%-
HSV(B)238.43º99.35%60.39%-
XYZ5.92.4530.73-
YUV20.79203.17113.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 154 (60.55% from 255) = 96.25%
R=0.62%
G=3.12%
B=96.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151540.990.9700.40238.4398.7130.39
Hex159A6361028ee631e
Octal1523214314105035614336
Binary11011001101011000111100001010100011101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01059A; }

 p { color: rgb(1,5,154); }

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

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

 a { background-color: rgb(1,5,154); }

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

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

 span { border-color: rgb(1,5,154); }

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