#00169E

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

Shades of New Midnight Blue #00169E

Tints of New Midnight Blue #00169E

Color information

#00169E (or 0x00169E) is unknown color: approx New Midnight Blue. HEX triplet: 00, 16 and 9E. RGB value is (0,22,158). Sum of RGB (Red+Green+Blue) = 0+22+158=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #00169E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00169E is #FFE961. Grayscale: #1E1E1E. Windows color (decimal): -16771426 or 10360320. OLE color: 10360320.

HSL color Cylindrical-coordinate representation of color #00169E: hue angle of 231.65º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00169E is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB022158-
CMYK10.8600.38
HSL231.65º100%30.98%-
HSV(B)231.65º100%61.96%-
XYZ6.463.0432.59-
YUV30.93199.71105.94-

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.22%
BLUE value IS 158 (62.11% from 255) = 87.78%
R=0%
G=12.22%
B=87.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal02215810.8600.38231.6510030.98
Hex0169E6456026e8641f
Octal02623614412604635014437
Binary0101101001111011001001010110010011011101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00169E; }

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

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

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

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

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

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

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

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