#0D0968

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

Shades of Midnight Blue #0D0968

Tints of Midnight Blue #0D0968

Color information

#0D0968 (or 0x0D0968) is unknown color: approx Midnight Blue. HEX triplet: 0D, 09 and 68. RGB value is (13,9,104). Sum of RGB (Red+Green+Blue) = 13+9+104=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D0968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0968 is #F2F697. Grayscale: #141414. Windows color (decimal): -15922840 or 6818061. OLE color: 6818061.

HSL color Cylindrical-coordinate representation of color #0D0968: hue angle of 242.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0968 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB139104-
CMYK0.880.9100.59
HSL242.53º84.07%22.16%-
HSV(B)242.53º91.35%40.78%-
XYZ2.761.2813.2-
YUV21.03174.83122.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 104 (41.02% from 255) = 82.54%
R=10.32%
G=7.14%
B=82.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1391040.880.9100.59242.5384.0722.16
HexD968585B03Bf35416
Octal151115013013307336312426
Binary11011001110100010110001011011011101111110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,9,104); }

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

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

 a { background-color: rgb(13,9,104); }

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

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

 span { border-color: rgb(13,9,104); }

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