Html Css Color HEX #0D1971 Midnight Blue

📋 copy color: '#0D1971'

red 13 ◦ green 25 ◦ blue 113

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

Shades of Midnight Blue #0D1971

Tints of Midnight Blue #0D1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

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

R = 8.61%
G = 16.56%
B = 74.83%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D1971 (or 0x0D1971) is known color: Midnight Blue. HEX triplet: 0D, 19 and 71. RGB value is (13,25,113). Sum of RGB (Red+Green+Blue) = 13+25+113=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D1971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1971 is #F2E68E. Grayscale: #1F1F1F. Windows color (decimal): -15918735 or 7411981. OLE color: 7411981.

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

Color convert

RGB 13 25 113 -
CMYK 0.88 0.78 0 0.56
HSL 232.8º 0.79% 0.25% -
HSV(B) 232.8º 0.88% 0.44% -
XYZ 3.49 1.97 15.82 -
YUV 31.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 13 25 113 0.88 0.78 0 0.56 232.8 0.79 0.25
Hex D 19 71 58 4E 0 38 E9 4F 19
Octal 15 31 161 130 116 0 70 351 117 31
Binary 1101 11001 1110001 1011000 1001110 0 111000 11101001 1001111 11001

Color Harmonies of #0D1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1971

Black with #0D1971

Text Example


Text Example

White with #0D1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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