#0B0AA4

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

Shades of New Midnight Blue #0B0AA4

Tints of New Midnight Blue #0B0AA4

Color information

#0B0AA4 (or 0x0B0AA4) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 0A and A4. RGB value is (11,10,164). Sum of RGB (Red+Green+Blue) = 11+10+164=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 164 (64.45% from 255 or 88.65% from 185); Max value from RGB is 164 - color contains mainly: blue. Hex color #0B0AA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0AA4 is #F4F55B. Grayscale: #1B1B1B. Windows color (decimal): -16053596 or 10750475. OLE color: 10750475.

HSL color Cylindrical-coordinate representation of color #0B0AA4: hue angle of 240.39º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0AA4 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1110164-
CMYK0.930.9400.36
HSL240.39º88.51%34.12%-
HSV(B)240.39º93.9%64.31%-
XYZ6.952.9735.33-
YUV27.86204.83115.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 164 (64.45% from 255) = 88.65%
R=5.95%
G=5.41%
B=88.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11101640.930.9400.36240.3988.5134.12
HexBAA45D5E024f05922
Octal131224413513604436013142
Binary1011101010100100101110110111100100100111100001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0AA4; }

 p { color: rgb(11,10,164); }

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

<style>
 a { background-color: #0B0AA4; }

 a { background-color: rgb(11,10,164); }

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

<style>
 span { border-color: #0B0AA4; }

 span { border-color: rgb(11,10,164); }

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