#0A1075

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

Shades of Midnight Blue #0A1075

Tints of Midnight Blue #0A1075

Color information

#0A1075 (or 0x0A1075) is unknown color: approx Midnight Blue. HEX triplet: 0A, 10 and 75. RGB value is (10,16,117). Sum of RGB (Red+Green+Blue) = 10+16+117=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1075 is #F5EF8A. Grayscale: #191919. Windows color (decimal): -16117643 or 7671818. OLE color: 7671818.

HSL color Cylindrical-coordinate representation of color #0A1075: hue angle of 236.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1075 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1016117-
CMYK0.910.8600.54
HSL236.64º84.25%24.9%-
HSV(B)236.64º91.45%45.88%-
XYZ3.521.7216.98-
YUV25.72179.51116.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 117 (46.09% from 255) = 81.82%
R=6.99%
G=11.19%
B=81.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10161170.910.8600.54236.6484.2524.9
HexA10755B56036ed5419
Octal122016513312606635512431
Binary101010000111010110110111010110011011011101101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,16,117); }

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

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

 a { background-color: rgb(10,16,117); }

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

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

 span { border-color: rgb(10,16,117); }

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