#010097

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

Shades of New Midnight Blue #010097

Tints of New Midnight Blue #010097

Color information

#010097 (or 0x010097) is unknown color: approx New Midnight Blue. HEX triplet: 01, 00 and 97. RGB value is (1,0,151). Sum of RGB (Red+Green+Blue) = 1+0+151=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 151 (59.38% from 255 or 99.34% from 152); Max value from RGB is 151 - color contains mainly: blue. Hex color #010097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010097 is #FEFF68. Grayscale: #101010. Windows color (decimal): -16711529 or 9895937. OLE color: 9895937.

HSL color Cylindrical-coordinate representation of color #010097: hue angle of 240.4º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010097 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10151-
CMYK0.99100.41
HSL240.4º100%29.61%-
HSV(B)240.4º100%59.22%-
XYZ5.62.2429.42-
YUV17.51203.33116.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 99.34%
R=0.66%
G=0%
B=99.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101510.99100.41240.410029.61
Hex10976364029f0641e
Octal1022714314405136014436
Binary101001011111000111100100010100111110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010097; }

 p { color: rgb(1,0,151); }

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

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

 a { background-color: rgb(1,0,151); }

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

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

 span { border-color: rgb(1,0,151); }

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