#001694

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

Shades of New Midnight Blue #001694

Tints of New Midnight Blue #001694

Color information

#001694 (or 0x001694) is unknown color: approx New Midnight Blue. HEX triplet: 00, 16 and 94. RGB value is (0,22,148). Sum of RGB (Red+Green+Blue) = 0+22+148=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #001694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001694 is #FFE96B. Grayscale: #1D1D1D. Windows color (decimal): -16771436 or 9704960. OLE color: 9704960.

HSL color Cylindrical-coordinate representation of color #001694: hue angle of 231.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001694 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB022148-
CMYK10.8500.42
HSL231.08º100%29.02%-
HSV(B)231.08º100%58.04%-
XYZ5.632.7128.24-
YUV29.79194.71106.75-

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.94%
BLUE value IS 148 (58.20% from 255) = 87.06%
R=0%
G=12.94%
B=87.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal02214810.8500.42231.0810029.02
Hex01694645502Ae7641d
Octal02622414412505234714435
Binary0101101001010011001001010101010101011100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001694; }

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

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

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

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

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

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

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

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