Html Css Color HEX #0D117C Midnight Blue

📋 copy color: '#0D117C'

red 13 ◦ green 17 ◦ blue 124

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

Shades of Midnight Blue #0D117C

Tints of Midnight Blue #0D117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 80.52%

R = 8.44%
G = 11.04%
B = 80.52%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D117C (or 0x0D117C) is known color: Midnight Blue. HEX triplet: 0D, 11 and 7C. RGB value is (13,17,124). Sum of RGB (Red+Green+Blue) = 13+17+124=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 124 (48.83% from 255 or 80.52% from 154); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D117C is #F2EE83. Grayscale: #1B1B1B. Windows color (decimal): -15920772 or 8130829. OLE color: 8130829.

HSL color Cylindrical-coordinate representation of color #0D117C: hue angle of 237.84º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D117C is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 17 124 -
CMYK 0.90 0.86 0 0.51
HSL 237.84º 0.81% 0.27% -
HSV(B) 237.84º 0.9% 0.49% -
XYZ 4 1.94 19.23 -
YUV 28 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 13 17 124 0.90 0.86 0 0.51 237.84 0.81 0.27
Hex D 11 7C 5A 56 0 33 EE 51 1B
Octal 15 21 174 132 126 0 63 356 121 33
Binary 1101 10001 1111100 1011010 1010110 0 110011 11101110 1010001 11011

Color Harmonies of #0D117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D117C

Black with #0D117C

Text Example


Text Example

White with #0D117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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