#0A015B

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

Shades of Midnight Blue #0A015B

Tints of Midnight Blue #0A015B

Color information

#0A015B (or 0x0A015B) is unknown color: approx Midnight Blue. HEX triplet: 0A, 01 and 5B. RGB value is (10,1,91). Sum of RGB (Red+Green+Blue) = 10+1+91=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 91 (35.94% from 255 or 89.22% from 102); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A015B is #F5FEA4. Grayscale: #0D0D0D. Windows color (decimal): -16121509 or 5964042. OLE color: 5964042.

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

Color convert

RGB10191-
CMYK0.890.9900.64
HSL246º97.83%18.04%-
HSV(B)246º98.9%35.69%-
XYZ2.020.849.95-
YUV13.95171.48125.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.80%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 91 (35.94% from 255) = 89.22%
R=9.80%
G=0.98%
B=89.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal101910.890.9900.6424697.8318.04
HexA15B5963040f66212
Octal121133131143010036614222
Binary101011011011101100111000110100000011110110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,1,91); }

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

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

 a { background-color: rgb(10,1,91); }

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

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

 span { border-color: rgb(10,1,91); }

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