Html Css Color HEX #0D086D Midnight Blue

📋 copy color: '#0D086D'

red 13 ◦ green 8 ◦ blue 109

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

Shades of Midnight Blue #0D086D

Tints of Midnight Blue #0D086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

 BLUE value IS 109 (42.97% from 255) = 83.85%

R = 10%
G = 6.15%
B = 83.85%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D086D (or 0x0D086D) is known color: Midnight Blue. HEX triplet: 0D, 08 and 6D. RGB value is (13,8,109). Sum of RGB (Red+Green+Blue) = 13+8+109=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 109 (42.97% from 255 or 83.85% from 130); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D086D is #F2F792. Grayscale: #141414. Windows color (decimal): -15923091 or 7145485. OLE color: 7145485.

HSL color Cylindrical-coordinate representation of color #0D086D: hue angle of 242.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D086D is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 8 109 -
CMYK 0.88 0.93 0 0.57
HSL 242.97º 0.86% 0.23% -
HSV(B) 242.97º 0.93% 0.43% -
XYZ 3.01 1.36 14.57 -
YUV 21.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 13 8 109 0.88 0.93 0 0.57 242.97 0.86 0.23
Hex D 8 6D 58 5D 0 39 F3 56 17
Octal 15 10 155 130 135 0 71 363 126 27
Binary 1101 1000 1101101 1011000 1011101 0 111001 11110011 1010110 10111

Color Harmonies of #0D086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D086D

Black with #0D086D

Text Example


Text Example

White with #0D086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,109); }

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

background-color css

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

 a { background-color: rgb(13,8,109); }

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

border-color css

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

 span { border-color: rgb(13,8,109); }

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