Html Css Color HEX #0D0971 Midnight Blue

📋 copy color: '#0D0971'

red 13 ◦ green 9 ◦ blue 113

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

Shades of Midnight Blue #0D0971

Tints of Midnight Blue #0D0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.67%

 BLUE value IS 113 (44.53% from 255) = 83.7%

R = 9.63%
G = 6.67%
B = 83.7%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D0971 (or 0x0D0971) is known color: Midnight Blue. HEX triplet: 0D, 09 and 71. RGB value is (13,9,113). Sum of RGB (Red+Green+Blue) = 13+9+113=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D0971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0971 is #F2F68E. Grayscale: #151515. Windows color (decimal): -15922831 or 7407885. OLE color: 7407885.

HSL color Cylindrical-coordinate representation of color #0D0971: hue angle of 242.31º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0971 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 9 113 -
CMYK 0.88 0.92 0 0.56
HSL 242.31º 0.85% 0.24% -
HSV(B) 242.31º 0.92% 0.44% -
XYZ 3.24 1.47 15.74 -
YUV 22.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 13 9 113 0.88 0.92 0 0.56 242.31 0.85 0.24
Hex D 9 71 58 5C 0 38 F2 55 18
Octal 15 11 161 130 134 0 70 362 125 30
Binary 1101 1001 1110001 1011000 1011100 0 111000 11110010 1010101 11000

Color Harmonies of #0D0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0971

Black with #0D0971

Text Example


Text Example

White with #0D0971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,9,113); }

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

background-color css

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

 a { background-color: rgb(13,9,113); }

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

border-color css

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

 span { border-color: rgb(13,9,113); }

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