#0B0E72

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

Shades of Midnight Blue #0B0E72

Tints of Midnight Blue #0B0E72

Color information

#0B0E72 (or 0x0B0E72) is unknown color: approx Midnight Blue. HEX triplet: 0B, 0E and 72. RGB value is (11,14,114). Sum of RGB (Red+Green+Blue) = 11+14+114=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B0E72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0E72 is #F4F18D. Grayscale: #181818. Windows color (decimal): -16052622 or 7474699. OLE color: 7474699.

HSL color Cylindrical-coordinate representation of color #0B0E72: hue angle of 238.25º degrees, saturation: 0.82, 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 #0B0E72 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1114114-
CMYK0.900.8800.55
HSL238.25º82.4%24.51%-
HSV(B)238.25º90.35%44.71%-
XYZ3.331.616.05-
YUV24.5178.51118.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 114 (44.92% from 255) = 82.01%
R=7.91%
G=10.07%
B=82.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11141140.900.8800.55238.2582.424.51
HexBE725A58037ee5219
Octal131616213213006735612231
Binary10111110111001010110101011000011011111101110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,14,114); }

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

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

 a { background-color: rgb(11,14,114); }

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

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

 span { border-color: rgb(11,14,114); }

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