#0B1A82

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

Shades of Midnight Blue #0B1A82

Tints of Midnight Blue #0B1A82

Color information

#0B1A82 (or 0x0B1A82) is unknown color: approx Midnight Blue. HEX triplet: 0B, 1A and 82. RGB value is (11,26,130). Sum of RGB (Red+Green+Blue) = 11+26+130=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B1A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1A82 is #F4E57D. Grayscale: #202020. Windows color (decimal): -16049534 or 8526347. OLE color: 8526347.

HSL color Cylindrical-coordinate representation of color #0B1A82: hue angle of 232.44º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1A82 is Cyan = 0.92, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1126130-
CMYK0.920.800.49
HSL232.44º84.4%27.65%-
HSV(B)232.44º91.54%50.98%-
XYZ4.542.4221.35-
YUV33.37182.53112.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 130 (51.17% from 255) = 77.84%
R=6.59%
G=15.57%
B=77.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11261300.920.800.49232.4484.427.65
HexB1A825C50031e8541c
Octal133220213412006135012434
Binary1011110101000001010111001010000011000111101000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,26,130); }

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

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

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

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

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

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

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