#0D1675

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

Shades of Midnight Blue #0D1675

Tints of Midnight Blue #0D1675

Color information

#0D1675 (or 0x0D1675) is unknown color: approx Midnight Blue. HEX triplet: 0D, 16 and 75. RGB value is (13,22,117). Sum of RGB (Red+Green+Blue) = 13+22+117=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D1675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1675 is #F2E98A. Grayscale: #1D1D1D. Windows color (decimal): -15919499 or 7673357. OLE color: 7673357.

HSL color Cylindrical-coordinate representation of color #0D1675: hue angle of 234.81º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1675 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1322117-
CMYK0.890.8100.54
HSL234.81º80%25.49%-
HSV(B)234.81º88.89%45.88%-
XYZ3.661.9417.01-
YUV30.14177.02115.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=8.55%
G=14.47%
B=76.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13221170.890.8100.54234.818025.49
HexD16755951036eb5019
Octal152616513112106635312031
Binary110110110111010110110011010001011011011101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,117); }

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

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

 a { background-color: rgb(13,22,117); }

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

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

 span { border-color: rgb(13,22,117); }

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