#0d1b6e

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

Shades of Midnight Blue #0D1B6E

Tints of Midnight Blue #0D1B6E

Color information

#0D1B6E (or 0x0D1B6E) is unknown color: approx Midnight Blue. HEX triplet: 0D, 1B and 6E. RGB value is (13,27,110). Sum of RGB (Red+Green+Blue) = 13+27+110=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D1B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1B6E is #F2E491. Grayscale: #1F1F1F. Windows color (decimal): -15918226 or 7215885. OLE color: 7215885.

HSL color Cylindrical-coordinate representation of color #0D1B6E: hue angle of 231.34º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1B6E is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1327110-
CMYK0.880.7500.57
HSL231.34º78.86%24.12%-
HSV(B)231.34º88.18%43.14%-
XYZ3.37214.96-
YUV32.28171.86114.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.67%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 110 (43.36% from 255) = 73.33%
R=8.67%
G=18%
B=73.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal13271100.880.7500.57231.3478.8624.12
HexD1B6E584B039e74f18
Octal153315613011307134711730
Binary110111011110111010110001001011011100111100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d1b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,27,110); }

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

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

 a { background-color: rgb(13,27,110); }

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

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

 span { border-color: rgb(13,27,110); }

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