#0D1C84

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

Shades of Midnight Blue #0D1C84

Tints of Midnight Blue #0D1C84

Color information

#0D1C84 (or 0x0D1C84) is unknown color: approx Midnight Blue. HEX triplet: 0D, 1C and 84. RGB value is (13,28,132). Sum of RGB (Red+Green+Blue) = 13+28+132=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D1C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1C84 is #F2E37B. Grayscale: #222222. Windows color (decimal): -15917948 or 8657933. OLE color: 8657933.

HSL color Cylindrical-coordinate representation of color #0D1C84: hue angle of 232.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1C84 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1328132-
CMYK0.900.7900.48
HSL232.44º82.07%28.43%-
HSV(B)232.44º90.15%51.76%-
XYZ4.752.5822.08-
YUV35.37182.53112.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 132 (51.95% from 255) = 76.30%
R=7.51%
G=16.18%
B=76.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13281320.900.7900.48232.4482.0728.43
HexD1C845A4F030e8521c
Octal153420413211706035012234
Binary1101111001000010010110101001111011000011101000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,28,132); }

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

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

 a { background-color: rgb(13,28,132); }

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

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

 span { border-color: rgb(13,28,132); }

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