#00149e

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

Shades of New Midnight Blue #00149E

Tints of New Midnight Blue #00149E

Color information

#00149E (or 0x00149E) is unknown color: approx New Midnight Blue. HEX triplet: 00, 14 and 9E. RGB value is (0,20,158). Sum of RGB (Red+Green+Blue) = 0+20+158=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #00149E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00149E is #FFEB61. Grayscale: #1D1D1D. Windows color (decimal): -16771938 or 10359808. OLE color: 10359808.

HSL color Cylindrical-coordinate representation of color #00149E: hue angle of 232.41º 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 #00149E is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB020158-
CMYK10.8700.38
HSL232.41º100%30.98%-
HSV(B)232.41º100%61.96%-
XYZ6.422.9732.58-
YUV29.75200.37106.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 158 (62.11% from 255) = 88.76%
R=0%
G=11.24%
B=88.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal02015810.8700.38232.4110030.98
Hex0149E6457026e8641f
Octal02423614412704635014437
Binary0101001001111011001001010111010011011101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00149e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00149e; }

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

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

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

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

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

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

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

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