#0B1A7B

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

Shades of Midnight Blue #0B1A7B

Tints of Midnight Blue #0B1A7B

Color information

#0B1A7B (or 0x0B1A7B) is unknown color: approx Midnight Blue. HEX triplet: 0B, 1A and 7B. RGB value is (11,26,123). Sum of RGB (Red+Green+Blue) = 11+26+123=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B1A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1A7B is #F4E584. Grayscale: #202020. Windows color (decimal): -16049541 or 8067595. OLE color: 8067595.

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

Color convert

RGB1126123-
CMYK0.910.7900.52
HSL231.96º83.58%26.27%-
HSV(B)231.96º91.06%48.24%-
XYZ4.082.2418.96-
YUV32.57179.03112.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.88%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 123 (48.44% from 255) = 76.88%
R=6.88%
G=16.25%
B=76.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11261230.910.7900.52231.9683.5826.27
HexB1A7B5B4F034e8541a
Octal133217313311706435012432
Binary101111010111101110110111001111011010011101000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,26,123); }

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

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

 a { background-color: rgb(11,26,123); }

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

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

 span { border-color: rgb(11,26,123); }

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