#000baa

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

Shades of New Midnight Blue #000BAA

Tints of New Midnight Blue #000BAA

Color information

#000BAA (or 0x000BAA) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0B and AA. RGB value is (0,11,170). Sum of RGB (Red+Green+Blue) = 0+11+170=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 170 (66.80% from 255 or 93.92% from 181); Max value from RGB is 170 - color contains mainly: blue. Hex color #000BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000BAA is #FFF455. Grayscale: #191919. Windows color (decimal): -16774230 or 11143936. OLE color: 11143936.

HSL color Cylindrical-coordinate representation of color #000BAA: hue angle of 236.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BAA is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB011170-
CMYK10.9400.33
HSL236.12º100%33.33%-
HSV(B)236.12º100%66.67%-
XYZ7.383.1438.25-
YUV25.84209.36109.57-

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.08%
BLUE value IS 170 (66.80% from 255) = 93.92%
R=0%
G=6.08%
B=93.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal01117010.9400.33236.1210033.33
Hex0BAA645E021ec6421
Octal01325214413604135414441
Binary0101110101010110010010111100100001111011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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