#001699

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

Shades of New Midnight Blue #001699

Tints of New Midnight Blue #001699

Color information

#001699 (or 0x001699) is unknown color: approx New Midnight Blue. HEX triplet: 00, 16 and 99. RGB value is (0,22,153). Sum of RGB (Red+Green+Blue) = 0+22+153=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 153 (60.16% from 255 or 87.43% from 175); Max value from RGB is 153 - color contains mainly: blue. Hex color #001699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001699 is #FFE966. Grayscale: #1D1D1D. Windows color (decimal): -16771431 or 10032640. OLE color: 10032640.

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

Color convert

RGB022153-
CMYK10.8600.4
HSL231.37º100%30%-
HSV(B)231.37º100%60%-
XYZ6.042.8730.37-
YUV30.36197.21106.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 153 (60.16% from 255) = 87.43%
R=0%
G=12.57%
B=87.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal02215310.8600.4231.3710030
Hex016996456028e7641e
Octal02623114412605034714436
Binary0101101001100111001001010110010100011100111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001699; }

 p { color: rgb(0,22,153); }

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

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

 a { background-color: rgb(0,22,153); }

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

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

 span { border-color: rgb(0,22,153); }

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