#00099A

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

Shades of New Midnight Blue #00099A

Tints of New Midnight Blue #00099A

Color information

#00099A (or 0x00099A) is unknown color: approx New Midnight Blue. HEX triplet: 00, 09 and 9A. RGB value is (0,9,154). Sum of RGB (Red+Green+Blue) = 0+9+154=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 154 (60.55% from 255 or 94.48% from 163); Max value from RGB is 154 - color contains mainly: blue. Hex color #00099A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00099A is #FFF665. Grayscale: #161616. Windows color (decimal): -16774758 or 10094848. OLE color: 10094848.

HSL color Cylindrical-coordinate representation of color #00099A: hue angle of 236.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00099A is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB09154-
CMYK10.9400.40
HSL236.49º100%30.2%-
HSV(B)236.49º100%60.39%-
XYZ5.932.5330.75-
YUV22.84202.02111.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 154 (60.55% from 255) = 94.48%
R=0%
G=5.52%
B=94.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0915410.9400.40236.4910030.2
Hex099A645E028ec641e
Octal01123214413605035414436
Binary010011001101011001001011110010100011101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00099A; }

 p { color: rgb(0,9,154); }

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

<style>
 a { background-color: #00099A; }

 a { background-color: rgb(0,9,154); }

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

<style>
 span { border-color: #00099A; }

 span { border-color: rgb(0,9,154); }

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