Html Css Color HEX #0D014E Midnight Blue

📋 copy color: '#0D014E'

red 13 ◦ green 1 ◦ blue 78

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

Shades of Midnight Blue #0D014E

Tints of Midnight Blue #0D014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 78 (30.86% from 255) = 84.78%

R = 14.13%
G = 1.09%
B = 84.78%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D014E (or 0x0D014E) is known color: Midnight Blue. HEX triplet: 0D, 01 and 4E. RGB value is (13,1,78). Sum of RGB (Red+Green+Blue) = 13+1+78=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D014E is #F2FEB1. Grayscale: #0D0D0D. Windows color (decimal): -15924914 or 5112077. OLE color: 5112077.

HSL color Cylindrical-coordinate representation of color #0D014E: hue angle of 249.35º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D014E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 1 78 -
CMYK 0.83 0.99 0 0.69
HSL 249.35º 0.97% 0.15% -
HSV(B) 249.35º 0.99% 0.31% -
XYZ 1.55 0.66 7.25 -
YUV 13.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 13 1 78 0.83 0.99 0 0.69 249.35 0.97 0.15
Hex D 1 4E 53 63 0 45 F9 61 F
Octal 15 1 116 123 143 0 105 371 141 17
Binary 1101 1 1001110 1010011 1100011 0 1000101 11111001 1100001 1111

Color Harmonies of #0D014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D014E

Black with #0D014E

Text Example


Text Example

White with #0D014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,1,78); }

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

background-color css

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

 a { background-color: rgb(13,1,78); }

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

border-color css

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

 span { border-color: rgb(13,1,78); }

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