Html Css Color HEX #0D186A Midnight Blue

📋 copy color: '#0D186A'

red 13 ◦ green 24 ◦ blue 106

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

Shades of Midnight Blue #0D186A

Tints of Midnight Blue #0D186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 74.13%

R = 9.09%
G = 16.78%
B = 74.13%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D186A (or 0x0D186A) is known color: Midnight Blue. HEX triplet: 0D, 18 and 6A. RGB value is (13,24,106). Sum of RGB (Red+Green+Blue) = 13+24+106=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 106 (41.80% from 255 or 74.13% from 143); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D186A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D186A is #F2E795. Grayscale: #1D1D1D. Windows color (decimal): -15918998 or 6952973. OLE color: 6952973.

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

Color convert

RGB 13 24 106 -
CMYK 0.88 0.77 0 0.58
HSL 232.9º 0.78% 0.23% -
HSV(B) 232.9º 0.88% 0.42% -
XYZ 3.09 1.78 13.82 -
YUV 30.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 13 24 106 0.88 0.77 0 0.58 232.9 0.78 0.23
Hex D 18 6A 58 4D 0 3A E9 4E 17
Octal 15 30 152 130 115 0 72 351 116 27
Binary 1101 11000 1101010 1011000 1001101 0 111010 11101001 1001110 10111

Color Harmonies of #0D186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D186A

Black with #0D186A

Text Example


Text Example

White with #0D186A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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