#0B1879

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

Shades of Midnight Blue #0B1879

Tints of Midnight Blue #0B1879

Color information

#0B1879 (or 0x0B1879) is unknown color: approx Midnight Blue. HEX triplet: 0B, 18 and 79. RGB value is (11,24,121). Sum of RGB (Red+Green+Blue) = 11+24+121=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B1879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1879 is #F4E786. Grayscale: #1E1E1E. Windows color (decimal): -16050055 or 7936011. OLE color: 7936011.

HSL color Cylindrical-coordinate representation of color #0B1879: hue angle of 232.91º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1879 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1124121-
CMYK0.910.8000.53
HSL232.91º83.33%25.88%-
HSV(B)232.91º90.91%47.45%-
XYZ3.922.118.29-
YUV31.17178.69113.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 121 (47.66% from 255) = 77.56%
R=7.05%
G=15.38%
B=77.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11241210.910.8000.53232.9183.3325.88
HexB18795B50035e9531a
Octal133017113312006535112332
Binary101111000111100110110111010000011010111101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,24,121); }

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

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

 a { background-color: rgb(11,24,121); }

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

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

 span { border-color: rgb(11,24,121); }

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