#0D0369

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

Shades of Midnight Blue #0D0369

Tints of Midnight Blue #0D0369

Color information

#0D0369 (or 0x0D0369) is unknown color: approx Midnight Blue. HEX triplet: 0D, 03 and 69. RGB value is (13,3,105). Sum of RGB (Red+Green+Blue) = 13+3+105=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 105 (41.41% from 255 or 86.78% from 121); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D0369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0369 is #F2FC96. Grayscale: #111111. Windows color (decimal): -15924375 or 6882061. OLE color: 6882061.

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

Color convert

RGB133105-
CMYK0.880.9700.59
HSL245.88º94.44%21.18%-
HSV(B)245.88º97.14%41.18%-
XYZ2.751.1713.45-
YUV17.62177.31124.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 105 (41.41% from 255) = 86.78%
R=10.74%
G=2.48%
B=86.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1331050.880.9700.59245.8894.4421.18
HexD369586103Bf65e15
Octal15315113014107336613625
Binary110111110100110110001100001011101111110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,3,105); }

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

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

 a { background-color: rgb(13,3,105); }

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

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

 span { border-color: rgb(13,3,105); }

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