Html Css Color HEX #0D1560 Midnight Blue

📋 copy color: '#0D1560'

red 13 ◦ green 21 ◦ blue 96

#0D1560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #0D1560

Tints of Midnight Blue #0D1560

RGB

 RED value IS 13 (5.47% from 255) = 10%

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 96 (37.89% from 255) = 73.85%

R = 10%
G = 16.15%
B = 73.85%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D1560 (or 0x0D1560) is known color: Midnight Blue. HEX triplet: 0D, 15 and 60. RGB value is (13,21,96). Sum of RGB (Red+Green+Blue) = 13+21+96=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D1560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1560 is #F2EA9F. Grayscale: #1A1A1A. Windows color (decimal): -15919776 or 6296845. OLE color: 6296845.

HSL color Cylindrical-coordinate representation of color #0D1560: hue angle of 234.22º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D1560 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 21 96 -
CMYK 0.86 0.78 0 0.62
HSL 234.22º 0.76% 0.21% -
HSV(B) 234.22º 0.86% 0.38% -
XYZ 2.55 1.47 11.22 -
YUV 27.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 13 21 96 0.86 0.78 0 0.62 234.22 0.76 0.21
Hex D 15 60 56 4E 0 3E EA 4C 15
Octal 15 25 140 126 116 0 76 352 114 25
Binary 1101 10101 1100000 1010110 1001110 0 111110 11101010 1001100 10101

Color Harmonies of #0D1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1560

Black with #0D1560

Text Example


Text Example

White with #0D1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,21,96); }

 H1.HeaderClassName
 {
   color: #0D1560;
 }
 .AnyTagClassName
 {
   color: #0D1560;
 }
</style>

background-color css

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

 a { background-color: rgb(13,21,96); }

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

border-color css

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

 span { border-color: rgb(13,21,96); }

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