#0B127C

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

Shades of Midnight Blue #0B127C

Tints of Midnight Blue #0B127C

Color information

#0B127C (or 0x0B127C) is unknown color: approx Midnight Blue. HEX triplet: 0B, 12 and 7C. RGB value is (11,18,124). Sum of RGB (Red+Green+Blue) = 11+18+124=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B127C is #F4ED83. Grayscale: #1B1B1B. Windows color (decimal): -16051588 or 8131083. OLE color: 8131083.

HSL color Cylindrical-coordinate representation of color #0B127C: hue angle of 236.28º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B127C is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1118124-
CMYK0.910.8500.51
HSL236.28º83.7%26.47%-
HSV(B)236.28º91.13%48.63%-
XYZ3.991.9619.24-
YUV27.99182.18115.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.19%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 124 (48.83% from 255) = 81.05%
R=7.19%
G=11.76%
B=81.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11181240.910.8500.51236.2883.726.47
HexB127C5B55033ec541a
Octal132217413312506335412432
Binary101110010111110010110111010101011001111101100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,18,124); }

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

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

 a { background-color: rgb(11,18,124); }

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

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

 span { border-color: rgb(11,18,124); }

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