Html Css Color HEX #0D086C Midnight Blue

📋 copy color: '#0D086C'

red 13 ◦ green 8 ◦ blue 108

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

Shades of Midnight Blue #0D086C

Tints of Midnight Blue #0D086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 83.72%

R = 10.08%
G = 6.2%
B = 83.72%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D086C (or 0x0D086C) is known color: Midnight Blue. HEX triplet: 0D, 08 and 6C. RGB value is (13,8,108). Sum of RGB (Red+Green+Blue) = 13+8+108=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D086C is #F2F793. Grayscale: #141414. Windows color (decimal): -15923092 or 7079949. OLE color: 7079949.

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

Color convert

RGB 13 8 108 -
CMYK 0.88 0.93 0 0.58
HSL 243º 0.86% 0.23% -
HSV(B) 243º 0.93% 0.42% -
XYZ 2.96 1.34 14.29 -
YUV 20.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 13 8 108 0.88 0.93 0 0.58 243 0.86 0.23
Hex D 8 6C 58 5D 0 3A F3 56 17
Octal 15 10 154 130 135 0 72 363 126 27
Binary 1101 1000 1101100 1011000 1011101 0 111010 11110011 1010110 10111

Color Harmonies of #0D086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D086C

Black with #0D086C

Text Example


Text Example

White with #0D086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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