#0B167C

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

Shades of Midnight Blue #0B167C

Tints of Midnight Blue #0B167C

Color information

#0B167C (or 0x0B167C) is unknown color: approx Midnight Blue. HEX triplet: 0B, 16 and 7C. RGB value is (11,22,124). Sum of RGB (Red+Green+Blue) = 11+22+124=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B167C is #F4E983. Grayscale: #1D1D1D. Windows color (decimal): -16050564 or 8132107. OLE color: 8132107.

HSL color Cylindrical-coordinate representation of color #0B167C: hue angle of 234.16º 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 #0B167C is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1122124-
CMYK0.910.8200.51
HSL234.16º83.7%26.47%-
HSV(B)234.16º91.13%48.63%-
XYZ4.062.119.26-
YUV30.34180.86114.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 124 (48.83% from 255) = 78.98%
R=7.01%
G=14.01%
B=78.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11221240.910.8200.51234.1683.726.47
HexB167C5B52033ea541a
Octal132617413312206335212432
Binary101110110111110010110111010010011001111101010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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