#000A9E

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

Shades of New Midnight Blue #000A9E

Tints of New Midnight Blue #000A9E

Color information

#000A9E (or 0x000A9E) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0A and 9E. RGB value is (0,10,158). Sum of RGB (Red+Green+Blue) = 0+10+158=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 158 (62.11% from 255 or 94.05% from 168); Max value from RGB is 158 - color contains mainly: blue. Hex color #000A9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A9E is #FFF561. Grayscale: #171717. Windows color (decimal): -16774498 or 10357248. OLE color: 10357248.

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

Color convert

RGB010158-
CMYK10.9400.38
HSL236.2º100%30.98%-
HSV(B)236.2º100%61.96%-
XYZ6.282.6932.54-
YUV23.88203.69110.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 158 (62.11% from 255) = 94.05%
R=0%
G=5.95%
B=94.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal01015810.9400.38236.210030.98
Hex0A9E645E026ec641f
Octal01223614413604635414437
Binary010101001111011001001011110010011011101100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A9E; }

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

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

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

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

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

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

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

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