#0A176B

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

Shades of Midnight Blue #0A176B

Tints of Midnight Blue #0A176B

Color information

#0A176B (or 0x0A176B) is unknown color: approx Midnight Blue. HEX triplet: 0A, 17 and 6B. RGB value is (10,23,107). Sum of RGB (Red+Green+Blue) = 10+23+107=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A176B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A176B is #F5E894. Grayscale: #1C1C1C. Windows color (decimal): -16115861 or 7018250. OLE color: 7018250.

HSL color Cylindrical-coordinate representation of color #0A176B: hue angle of 231.96º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A176B is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1023107-
CMYK0.910.7900.58
HSL231.96º82.91%22.94%-
HSV(B)231.96º90.65%41.96%-
XYZ3.091.7414.08-
YUV28.69172.19114.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 107 (42.19% from 255) = 76.43%
R=7.14%
G=16.43%
B=76.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10231070.910.7900.58231.9682.9122.94
HexA176B5B4F03Ae85317
Octal122715313311707235012327
Binary101010111110101110110111001111011101011101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,107); }

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

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

 a { background-color: rgb(10,23,107); }

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

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

 span { border-color: rgb(10,23,107); }

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