#0B084E

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

Shades of Midnight Blue #0B084E

Tints of Midnight Blue #0B084E

Color information

#0B084E (or 0x0B084E) is unknown color: approx Midnight Blue. HEX triplet: 0B, 08 and 4E. RGB value is (11,8,78). Sum of RGB (Red+Green+Blue) = 11+8+78=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B084E is #F4F7B1. Grayscale: #101010. Windows color (decimal): -16054194 or 5113867. OLE color: 5113867.

HSL color Cylindrical-coordinate representation of color #0B084E: hue angle of 242.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B084E is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11878-
CMYK0.860.9000.69
HSL242.57º81.4%16.86%-
HSV(B)242.57º89.74%30.59%-
XYZ1.60.797.28-
YUV16.88162.49123.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 78 (30.86% from 255) = 80.41%
R=11.34%
G=8.25%
B=80.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal118780.860.9000.69242.5781.416.86
HexB84E565A045f35111
Octal1310116126132010536312121
Binary101110001001110101011010110100100010111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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