#0B145D

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

Shades of Midnight Blue #0B145D

Tints of Midnight Blue #0B145D

Color information

#0B145D (or 0x0B145D) is unknown color: approx Midnight Blue. HEX triplet: 0B, 14 and 5D. RGB value is (11,20,93). Sum of RGB (Red+Green+Blue) = 11+20+93=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B145D is #F4EBA2. Grayscale: #191919. Windows color (decimal): -16051107 or 6099979. OLE color: 6099979.

HSL color Cylindrical-coordinate representation of color #0B145D: hue angle of 233.41º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B145D is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB112093-
CMYK0.880.7800.64
HSL233.41º78.85%20.39%-
HSV(B)233.41º88.17%36.47%-
XYZ2.361.3610.49-
YUV25.63166.02117.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.87%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 93 (36.72% from 255) = 75%
R=8.87%
G=16.13%
B=75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1120930.880.7800.64233.4178.8520.39
HexB145D584E040e94f14
Octal1324135130116010035111724
Binary1011101001011101101100010011100100000011101001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,20,93); }

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

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

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

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

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

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

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