#0A127B

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

Shades of Midnight Blue #0A127B

Tints of Midnight Blue #0A127B

Color information

#0A127B (or 0x0A127B) is unknown color: approx Midnight Blue. HEX triplet: 0A, 12 and 7B. RGB value is (10,18,123). Sum of RGB (Red+Green+Blue) = 10+18+123=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A127B is #F5ED84. Grayscale: #1B1B1B. Windows color (decimal): -16117125 or 8065546. OLE color: 8065546.

HSL color Cylindrical-coordinate representation of color #0A127B: hue angle of 235.75º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A127B is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1018123-
CMYK0.920.8500.52
HSL235.75º84.96%26.08%-
HSV(B)235.75º91.87%48.24%-
XYZ3.921.9318.9-
YUV27.58181.85115.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 123 (48.44% from 255) = 81.46%
R=6.62%
G=11.92%
B=81.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10181230.920.8500.52235.7584.9626.08
HexA127B5C55034ec551a
Octal122217313412506435412532
Binary101010010111101110111001010101011010011101100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,18,123); }

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

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

 a { background-color: rgb(10,18,123); }

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

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

 span { border-color: rgb(10,18,123); }

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