#0B0B6D

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

Shades of Midnight Blue #0B0B6D

Tints of Midnight Blue #0B0B6D

Color information

#0B0B6D (or 0x0B0B6D) is unknown color: approx Midnight Blue. HEX triplet: 0B, 0B and 6D. RGB value is (11,11,109). Sum of RGB (Red+Green+Blue) = 11+11+109=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B0B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0B6D is #F4F492. Grayscale: #151515. Windows color (decimal): -16053395 or 7146251. OLE color: 7146251.

HSL color Cylindrical-coordinate representation of color #0B0B6D: hue angle of 240º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0B6D is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1111109-
CMYK0.900.9000.57
HSL240º81.67%23.53%-
HSV(B)240º89.91%42.75%-
XYZ3.021.4114.58-
YUV22.17177120.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 109 (42.97% from 255) = 83.21%
R=8.40%
G=8.40%
B=83.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11111090.900.9000.5724081.6723.53
HexBB6D5A5A039f05218
Octal131315513213207136012230
Binary10111011110110110110101011010011100111110000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,11,109); }

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

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

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

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

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

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

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