#0B0A6C

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

Shades of Midnight Blue #0B0A6C

Tints of Midnight Blue #0B0A6C

Color information

#0B0A6C (or 0x0B0A6C) is unknown color: approx Midnight Blue. HEX triplet: 0B, 0A and 6C. RGB value is (11,10,108). Sum of RGB (Red+Green+Blue) = 11+10+108=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B0A6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0A6C is #F4F593. Grayscale: #151515. Windows color (decimal): -16053652 or 7080459. OLE color: 7080459.

HSL color Cylindrical-coordinate representation of color #0B0A6C: hue angle of 240.61º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0A6C is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1110108-
CMYK0.900.9100.58
HSL240.61º83.05%23.14%-
HSV(B)240.61º90.74%42.35%-
XYZ2.951.3714.3-
YUV21.47176.83120.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 108 (42.58% from 255) = 83.72%
R=8.53%
G=7.75%
B=83.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11101080.900.9100.58240.6183.0523.14
HexBA6C5A5B03Af15317
Octal131215413213307236112327
Binary10111010110110010110101011011011101011110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,10,108); }

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

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

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

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

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

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

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