#00089B

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

Shades of New Midnight Blue #00089B

Tints of New Midnight Blue #00089B

Color information

#00089B (or 0x00089B) is unknown color: approx New Midnight Blue. HEX triplet: 00, 08 and 9B. RGB value is (0,8,155). Sum of RGB (Red+Green+Blue) = 0+8+155=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 155 (60.94% from 255 or 95.09% from 163); Max value from RGB is 155 - color contains mainly: blue. Hex color #00089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00089B is #FFF764. Grayscale: #151515. Windows color (decimal): -16775013 or 10160128. OLE color: 10160128.

HSL color Cylindrical-coordinate representation of color #00089B: hue angle of 236.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00089B is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB08155-
CMYK10.9500.39
HSL236.9º100%30.39%-
HSV(B)236.9º100%60.78%-
XYZ62.5431.18-
YUV22.37202.85112.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 155 (60.94% from 255) = 95.09%
R=0%
G=4.91%
B=95.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0815510.9500.39236.910030.39
Hex089B645F027ed641e
Octal01023314413704735514436
Binary010001001101111001001011111010011111101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00089B; }

 p { color: rgb(0,8,155); }

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

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

 a { background-color: rgb(0,8,155); }

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

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

 span { border-color: rgb(0,8,155); }

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