#0A035D

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

Shades of Midnight Blue #0A035D

Tints of Midnight Blue #0A035D

Color information

#0A035D (or 0x0A035D) is unknown color: approx Midnight Blue. HEX triplet: 0A, 03 and 5D. RGB value is (10,3,93). Sum of RGB (Red+Green+Blue) = 10+3+93=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A035D is #F5FCA2. Grayscale: #0F0F0F. Windows color (decimal): -16120995 or 6095626. OLE color: 6095626.

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

Color convert

RGB10393-
CMYK0.890.9700.64
HSL244.67º93.75%18.82%-
HSV(B)244.67º96.77%36.47%-
XYZ2.130.9210.42-
YUV15.35171.82124.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 93 (36.72% from 255) = 87.74%
R=9.43%
G=2.83%
B=87.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal103930.890.9700.64244.6793.7518.82
HexA35D5961040f55e13
Octal123135131141010036513623
Binary1010111011101101100111000010100000011110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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