#010699

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

Shades of New Midnight Blue #010699

Tints of New Midnight Blue #010699

Color information

#010699 (or 0x010699) is unknown color: approx New Midnight Blue. HEX triplet: 01, 06 and 99. RGB value is (1,6,153). Sum of RGB (Red+Green+Blue) = 1+6+153=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 153 (60.16% from 255 or 95.62% from 160); Max value from RGB is 153 - color contains mainly: blue. Hex color #010699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010699 is #FEF966. Grayscale: #141414. Windows color (decimal): -16709991 or 10028545. OLE color: 10028545.

HSL color Cylindrical-coordinate representation of color #010699: hue angle of 238.03º 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 #010699 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB16153-
CMYK0.990.9600.4
HSL238.03º98.7%30.2%-
HSV(B)238.03º99.35%60%-
XYZ5.832.4430.3-
YUV21.26202.34113.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 153 (60.16% from 255) = 95.62%
R=0.62%
G=3.75%
B=95.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal161530.990.9600.4238.0398.730.2
Hex16996360028ee631e
Octal1623114314005035614336
Binary11101001100111000111100000010100011101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010699; }

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

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

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

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

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

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

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

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