#0B1B75

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

Shades of Midnight Blue #0B1B75

Tints of Midnight Blue #0B1B75

Color information

#0B1B75 (or 0x0B1B75) is unknown color: approx Midnight Blue. HEX triplet: 0B, 1B and 75. RGB value is (11,27,117). Sum of RGB (Red+Green+Blue) = 11+27+117=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B1B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1B75 is #F4E48A. Grayscale: #202020. Windows color (decimal): -16049291 or 7674635. OLE color: 7674635.

HSL color Cylindrical-coordinate representation of color #0B1B75: hue angle of 230.94º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1B75 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1127117-
CMYK0.910.7700.54
HSL230.94º82.81%25.1%-
HSV(B)230.94º90.6%45.88%-
XYZ3.742.1417.05-
YUV32.48175.7112.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.10%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=7.10%
G=17.42%
B=75.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11271170.910.7700.54230.9482.8125.1
HexB1B755B4D036e75319
Octal133316513311506634712331
Binary101111011111010110110111001101011011011100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,27,117); }

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

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

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

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

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

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

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