#0B054B

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

Shades of Midnight Blue #0B054B

Tints of Midnight Blue #0B054B

Color information

#0B054B (or 0x0B054B) is unknown color: approx Midnight Blue. HEX triplet: 0B, 05 and 4B. RGB value is (11,5,75). Sum of RGB (Red+Green+Blue) = 11+5+75=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B054B is #F4FAB4. Grayscale: #0E0E0E. Windows color (decimal): -16054965 or 4916491. OLE color: 4916491.

HSL color Cylindrical-coordinate representation of color #0B054B: hue angle of 245.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B054B is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB11575-
CMYK0.850.9300.71
HSL245.14º87.5%15.69%-
HSV(B)245.14º93.33%29.41%-
XYZ1.460.696.71-
YUV14.77161.99125.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.09%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 75 (29.69% from 255) = 82.42%
R=12.09%
G=5.49%
B=82.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal115750.850.9300.71245.1487.515.69
HexB54B555D047f55810
Octal135113125135010736513020
Binary10111011001011101010110111010100011111110101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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