#0B1C82

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

Shades of Midnight Blue #0B1C82

Tints of Midnight Blue #0B1C82

Color information

#0B1C82 (or 0x0B1C82) is unknown color: approx Midnight Blue. HEX triplet: 0B, 1C and 82. RGB value is (11,28,130). Sum of RGB (Red+Green+Blue) = 11+28+130=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B1C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1C82 is #F4E37D. Grayscale: #222222. Windows color (decimal): -16049022 or 8526859. OLE color: 8526859.

HSL color Cylindrical-coordinate representation of color #0B1C82: hue angle of 231.43º 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 #0B1C82 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1128130-
CMYK0.920.7800.49
HSL231.43º84.4%27.65%-
HSV(B)231.43º91.54%50.98%-
XYZ4.582.5121.36-
YUV34.54181.87111.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 130 (51.17% from 255) = 76.92%
R=6.51%
G=16.57%
B=76.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11281300.920.7800.49231.4384.427.65
HexB1C825C4E031e7541c
Octal133420213411606134712434
Binary1011111001000001010111001001110011000111100111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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