#0A0353

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

Shades of Midnight Blue #0A0353

Tints of Midnight Blue #0A0353

Color information

#0A0353 (or 0x0A0353) is unknown color: approx Midnight Blue. HEX triplet: 0A, 03 and 53. RGB value is (10,3,83). Sum of RGB (Red+Green+Blue) = 10+3+83=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A0353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0353 is #F5FCAC. Grayscale: #0D0D0D. Windows color (decimal): -16121005 or 5440266. OLE color: 5440266.

HSL color Cylindrical-coordinate representation of color #0A0353: hue angle of 245.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0353 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB10383-
CMYK0.880.9600.67
HSL245.25º93.02%16.86%-
HSV(B)245.25º96.39%32.55%-
XYZ1.720.758.24-
YUV14.21166.82125-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 83 (32.81% from 255) = 86.46%
R=10.42%
G=3.12%
B=86.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal103830.880.9600.67245.2593.0216.86
HexA3535860043f55d11
Octal123123130140010336513521
Binary1010111010011101100011000000100001111110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,3,83); }

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

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

 a { background-color: rgb(10,3,83); }

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

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

 span { border-color: rgb(10,3,83); }

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