#000B9E

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

Shades of New Midnight Blue #000B9E

Tints of New Midnight Blue #000B9E

Color information

#000B9E (or 0x000B9E) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0B and 9E. RGB value is (0,11,158). Sum of RGB (Red+Green+Blue) = 0+11+158=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 158 (62.11% from 255 or 93.49% from 169); Max value from RGB is 158 - color contains mainly: blue. Hex color #000B9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000B9E is #FFF461. Grayscale: #171717. Windows color (decimal): -16774242 or 10357504. OLE color: 10357504.

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

Color convert

RGB011158-
CMYK10.9300.38
HSL235.82º100%30.98%-
HSV(B)235.82º100%61.96%-
XYZ6.292.7132.54-
YUV24.47203.36110.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 158 (62.11% from 255) = 93.49%
R=0%
G=6.51%
B=93.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal01115810.9300.38235.8210030.98
Hex0B9E645D026ec641f
Octal01323614413504635414437
Binary010111001111011001001011101010011011101100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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