#0B1673

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

Shades of Midnight Blue #0B1673

Tints of Midnight Blue #0B1673

Color information

#0B1673 (or 0x0B1673) is unknown color: approx Midnight Blue. HEX triplet: 0B, 16 and 73. RGB value is (11,22,115). Sum of RGB (Red+Green+Blue) = 11+22+115=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B1673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1673 is #F4E98C. Grayscale: #1C1C1C. Windows color (decimal): -16050573 or 7542283. OLE color: 7542283.

HSL color Cylindrical-coordinate representation of color #0B1673: hue angle of 233.65º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1673 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1122115-
CMYK0.900.8100.55
HSL233.65º82.54%24.71%-
HSV(B)233.65º90.43%45.1%-
XYZ3.521.8816.4-
YUV29.31176.36114.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.43%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 115 (45.31% from 255) = 77.70%
R=7.43%
G=14.86%
B=77.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11221150.900.8100.55233.6582.5424.71
HexB16735A51037ea5319
Octal132616313212106735212331
Binary101110110111001110110101010001011011111101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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