#0B054D

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

Shades of Midnight Blue #0B054D

Tints of Midnight Blue #0B054D

Color information

#0B054D (or 0x0B054D) is unknown color: approx Midnight Blue. HEX triplet: 0B, 05 and 4D. RGB value is (11,5,77). Sum of RGB (Red+Green+Blue) = 11+5+77=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B054D is #F4FAB2. Grayscale: #0E0E0E. Windows color (decimal): -16054963 or 5047563. OLE color: 5047563.

HSL color Cylindrical-coordinate representation of color #0B054D: hue angle of 245º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B054D is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB11577-
CMYK0.860.9400.70
HSL245º87.8%16.08%-
HSV(B)245º93.51%30.2%-
XYZ1.530.727.08-
YUV15162.99125.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.83%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 77 (30.47% from 255) = 82.80%
R=11.83%
G=5.38%
B=82.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal115770.860.9400.7024587.816.08
HexB54D565E046f55810
Octal135115126136010636513020
Binary10111011001101101011010111100100011011110101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,77); }

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

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

 a { background-color: rgb(11,5,77); }

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

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

 span { border-color: rgb(11,5,77); }

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