#0B014E

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

Shades of Midnight Blue #0B014E

Tints of Midnight Blue #0B014E

Color information

#0B014E (or 0x0B014E) is unknown color: approx Midnight Blue. HEX triplet: 0B, 01 and 4E. RGB value is (11,1,78). Sum of RGB (Red+Green+Blue) = 11+1+78=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 78 (30.86% from 255 or 86.67% from 90); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B014E is #F4FEB1. Grayscale: #0C0C0C. Windows color (decimal): -16055986 or 5112075. OLE color: 5112075.

HSL color Cylindrical-coordinate representation of color #0B014E: hue angle of 247.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B014E is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11178-
CMYK0.860.9900.69
HSL247.79º97.47%15.49%-
HSV(B)247.79º98.72%30.59%-
XYZ1.520.647.25-
YUV12.77164.81126.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.22%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 78 (30.86% from 255) = 86.67%
R=12.22%
G=1.11%
B=86.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal111780.860.9900.69247.7997.4715.49
HexB14E5663045f861f
Octal131116126143010537014117
Binary10111100111010101101100011010001011111100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,1,78); }

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

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

 a { background-color: rgb(11,1,78); }

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

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

 span { border-color: rgb(11,1,78); }

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