Html Css Color HEX #0D186B Midnight Blue

📋 copy color: '#0D186B'

red 13 ◦ green 24 ◦ blue 107

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

Shades of Midnight Blue #0D186B

Tints of Midnight Blue #0D186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

 BLUE value IS 107 (42.19% from 255) = 74.31%

R = 9.03%
G = 16.67%
B = 74.31%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D186B (or 0x0D186B) is known color: Midnight Blue. HEX triplet: 0D, 18 and 6B. RGB value is (13,24,107). Sum of RGB (Red+Green+Blue) = 13+24+107=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D186B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D186B is #F2E794. Grayscale: #1D1D1D. Windows color (decimal): -15918997 or 7018509. OLE color: 7018509.

HSL color Cylindrical-coordinate representation of color #0D186B: hue angle of 232.98º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D186B is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 24 107 -
CMYK 0.88 0.78 0 0.58
HSL 232.98º 0.78% 0.24% -
HSV(B) 232.98º 0.88% 0.42% -
XYZ 3.15 1.8 14.09 -
YUV 30.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 13 24 107 0.88 0.78 0 0.58 232.98 0.78 0.24
Hex D 18 6B 58 4E 0 3A E9 4E 18
Octal 15 30 153 130 116 0 72 351 116 30
Binary 1101 11000 1101011 1011000 1001110 0 111010 11101001 1001110 11000

Color Harmonies of #0D186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D186B

Black with #0D186B

Text Example


Text Example

White with #0D186B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,24,107); }

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

background-color css

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

 a { background-color: rgb(13,24,107); }

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

border-color css

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

 span { border-color: rgb(13,24,107); }

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