Html Css Color HEX #0D086E Midnight Blue

📋 copy color: '#0D086E'

red 13 ◦ green 8 ◦ blue 110

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

Shades of Midnight Blue #0D086E

Tints of Midnight Blue #0D086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 83.97%

R = 9.92%
G = 6.11%
B = 83.97%

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

#0D086E (or 0x0D086E) is known color: Midnight Blue. HEX triplet: 0D, 08 and 6E. RGB value is (13,8,110). Sum of RGB (Red+Green+Blue) = 13+8+110=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D086E is #F2F791. Grayscale: #141414. Windows color (decimal): -15923090 or 7211021. OLE color: 7211021.

HSL color Cylindrical-coordinate representation of color #0D086E: hue angle of 242.94º 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 #0D086E is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 8 110 -
CMYK 0.88 0.93 0 0.57
HSL 242.94º 0.86% 0.23% -
HSV(B) 242.94º 0.93% 0.43% -
XYZ 3.07 1.39 14.86 -
YUV 21.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 13 8 110 0.88 0.93 0 0.57 242.94 0.86 0.23
Hex D 8 6E 58 5D 0 39 F3 56 17
Octal 15 10 156 130 135 0 71 363 126 27
Binary 1101 1000 1101110 1011000 1011101 0 111001 11110011 1010110 10111

Color Harmonies of #0D086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D086E

Black with #0D086E

Text Example


Text Example

White with #0D086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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