Html Css Color HEX #0D015F Midnight Blue

📋 copy color: '#0D015F'

red 13 ◦ green 1 ◦ blue 95

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

Shades of Midnight Blue #0D015F

Tints of Midnight Blue #0D015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 87.16%

R = 11.93%
G = 0.92%
B = 87.16%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D015F (or 0x0D015F) is known color: Midnight Blue. HEX triplet: 0D, 01 and 5F. RGB value is (13,1,95). Sum of RGB (Red+Green+Blue) = 13+1+95=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 95 (37.5% from 255 or 87.16% from 109); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D015F is #F2FEA0. Grayscale: #0E0E0E. Windows color (decimal): -15924897 or 6226189. OLE color: 6226189.

HSL color Cylindrical-coordinate representation of color #0D015F: hue angle of 247.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D015F is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 1 95 -
CMYK 0.86 0.99 0 0.63
HSL 247.66º 0.98% 0.19% -
HSV(B) 247.66º 0.99% 0.37% -
XYZ 2.24 0.93 10.89 -
YUV 15.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 13 1 95 0.86 0.99 0 0.63 247.66 0.98 0.19
Hex D 1 5F 56 63 0 3F F8 62 13
Octal 15 1 137 126 143 0 77 370 142 23
Binary 1101 1 1011111 1010110 1100011 0 111111 11111000 1100010 10011

Color Harmonies of #0D015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D015F

Black with #0D015F

Text Example


Text Example

White with #0D015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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