Html Css Color HEX #0D0E5D Midnight Blue

📋 copy color: '#0D0E5D'

red 13 ◦ green 14 ◦ blue 93

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

Shades of Midnight Blue #0D0E5D

Tints of Midnight Blue #0D0E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.67%

 BLUE value IS 93 (36.72% from 255) = 77.5%

R = 10.83%
G = 11.67%
B = 77.5%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D0E5D (or 0x0D0E5D) is known color: Midnight Blue. HEX triplet: 0D, 0E and 5D. RGB value is (13,14,93). Sum of RGB (Red+Green+Blue) = 13+14+93=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D0E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0E5D is #F2F1A2. Grayscale: #161616. Windows color (decimal): -15921571 or 6098445. OLE color: 6098445.

HSL color Cylindrical-coordinate representation of color #0D0E5D: hue angle of 239.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D0E5D is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 14 93 -
CMYK 0.86 0.85 0 0.64
HSL 239.25º 0.75% 0.21% -
HSV(B) 239.25º 0.86% 0.36% -
XYZ 2.3 1.19 10.46 -
YUV 22.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 13 14 93 0.86 0.85 0 0.64 239.25 0.75 0.21
Hex D E 5D 56 55 0 40 EF 4B 15
Octal 15 16 135 126 125 0 100 357 113 25
Binary 1101 1110 1011101 1010110 1010101 0 1000000 11101111 1001011 10101

Color Harmonies of #0D0E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0E5D

Black with #0D0E5D

Text Example


Text Example

White with #0D0E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,14,93); }

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

background-color css

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

 a { background-color: rgb(13,14,93); }

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

border-color css

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

 span { border-color: rgb(13,14,93); }

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