Html Css Color HEX #0D1161 Midnight Blue

📋 copy color: '#0D1161'

red 13 ◦ green 17 ◦ blue 97

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

Shades of Midnight Blue #0D1161

Tints of Midnight Blue #0D1161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.39%

 BLUE value IS 97 (38.28% from 255) = 76.38%

R = 10.24%
G = 13.39%
B = 76.38%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D1161 (or 0x0D1161) is known color: Midnight Blue. HEX triplet: 0D, 11 and 61. RGB value is (13,17,97). Sum of RGB (Red+Green+Blue) = 13+17+97=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D1161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1161 is #F2EE9E. Grayscale: #181818. Windows color (decimal): -15920799 or 6361357. OLE color: 6361357.

HSL color Cylindrical-coordinate representation of color #0D1161: hue angle of 237.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1161 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 17 97 -
CMYK 0.87 0.82 0 0.62
HSL 237.14º 0.76% 0.22% -
HSV(B) 237.14º 0.87% 0.38% -
XYZ 2.52 1.35 11.44 -
YUV 24.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 13 17 97 0.87 0.82 0 0.62 237.14 0.76 0.22
Hex D 11 61 57 52 0 3E ED 4C 16
Octal 15 21 141 127 122 0 76 355 114 26
Binary 1101 10001 1100001 1010111 1010010 0 111110 11101101 1001100 10110

Color Harmonies of #0D1161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1161

Black with #0D1161

Text Example


Text Example

White with #0D1161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,97); }

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

background-color css

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

 a { background-color: rgb(13,17,97); }

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

border-color css

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

 span { border-color: rgb(13,17,97); }

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