#0A0B4B

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

Shades of Midnight Blue #0A0B4B

Tints of Midnight Blue #0A0B4B

Color information

#0A0B4B (or 0x0A0B4B) is unknown color: approx Midnight Blue. HEX triplet: 0A, 0B and 4B. RGB value is (10,11,75). Sum of RGB (Red+Green+Blue) = 10+11+75=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A0B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0B4B is #F5F4B4. Grayscale: #111111. Windows color (decimal): -16118965 or 4918026. OLE color: 4918026.

HSL color Cylindrical-coordinate representation of color #0A0B4B: hue angle of 239.08º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A0B4B is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB101175-
CMYK0.870.8500.71
HSL239.08º76.47%16.67%-
HSV(B)239.08º86.67%29.41%-
XYZ1.510.816.73-
YUV18160.17122.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=10.42%
G=11.46%
B=78.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1011750.870.8500.71239.0876.4716.67
HexAB4B5755047ef4c11
Octal1213113127125010735711421
Binary101010111001011101011110101010100011111101111100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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