#0A035A

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

Shades of Midnight Blue #0A035A

Tints of Midnight Blue #0A035A

Color information

#0A035A (or 0x0A035A) is unknown color: approx Midnight Blue. HEX triplet: 0A, 03 and 5A. RGB value is (10,3,90). Sum of RGB (Red+Green+Blue) = 10+3+90=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 90 (35.55% from 255 or 87.38% from 103); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A035A is #F5FCA5. Grayscale: #0E0E0E. Windows color (decimal): -16120998 or 5899018. OLE color: 5899018.

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

Color convert

RGB10390-
CMYK0.890.9700.65
HSL244.83º93.55%18.24%-
HSV(B)244.83º96.67%35.29%-
XYZ20.879.73-
YUV15.01170.32124.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.71%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 90 (35.55% from 255) = 87.38%
R=9.71%
G=2.91%
B=87.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal103900.890.9700.65244.8393.5518.24
HexA35A5961041f55e12
Octal123132131141010136513622
Binary1010111011010101100111000010100000111110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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