#0A105C

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

Shades of Midnight Blue #0A105C

Tints of Midnight Blue #0A105C

Color information

#0A105C (or 0x0A105C) is unknown color: approx Midnight Blue. HEX triplet: 0A, 10 and 5C. RGB value is (10,16,92). Sum of RGB (Red+Green+Blue) = 10+16+92=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A105C is #F5EFA3. Grayscale: #161616. Windows color (decimal): -16117668 or 6033418. OLE color: 6033418.

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

Color convert

RGB101692-
CMYK0.890.8300.64
HSL235.61º80.39%20%-
HSV(B)235.61º89.13%36.08%-
XYZ2.241.2110.24-
YUV22.87167.01118.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.47%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 92 (36.33% from 255) = 77.97%
R=8.47%
G=13.56%
B=77.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1016920.890.8300.64235.6180.3920
HexA105C5953040ec5014
Octal1220134131123010035412024
Binary1010100001011100101100110100110100000011101100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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