#0A0BA4

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

Shades of New Midnight Blue #0A0BA4

Tints of New Midnight Blue #0A0BA4

Color information

#0A0BA4 (or 0x0A0BA4) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 0B and A4. RGB value is (10,11,164). Sum of RGB (Red+Green+Blue) = 10+11+164=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 11 (4.69% from 255 or 5.95% 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 #0A0BA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0BA4 is #F5F45B. Grayscale: #1B1B1B. Windows color (decimal): -16118876 or 10750730. OLE color: 10750730.

HSL color Cylindrical-coordinate representation of color #0A0BA4: hue angle of 239.61º 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 #0A0BA4 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1011164-
CMYK0.940.9300.36
HSL239.61º88.51%34.12%-
HSV(B)239.61º93.9%64.31%-
XYZ6.952.9835.33-
YUV28.14204.67115.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10111640.940.9300.36239.6188.5134.12
HexABA45E5D024f05922
Octal121324413613504436013142
Binary1010101110100100101111010111010100100111100001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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