Html Css Color HEX #0D116C Midnight Blue

📋 copy color: '#0D116C'

red 13 ◦ green 17 ◦ blue 108

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

Shades of Midnight Blue #0D116C

Tints of Midnight Blue #0D116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 9.42%
G = 12.32%
B = 78.26%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D116C (or 0x0D116C) is known color: Midnight Blue. HEX triplet: 0D, 11 and 6C. RGB value is (13,17,108). Sum of RGB (Red+Green+Blue) = 13+17+108=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D116C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D116C is #F2EE93. Grayscale: #191919. Windows color (decimal): -15920788 or 7082253. OLE color: 7082253.

HSL color Cylindrical-coordinate representation of color #0D116C: hue angle of 237.47º degrees, saturation: 0.79, 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 #0D116C is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 17 108 -
CMYK 0.88 0.84 0 0.58
HSL 237.47º 0.79% 0.24% -
HSV(B) 237.47º 0.88% 0.42% -
XYZ 3.07 1.57 14.33 -
YUV 26.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 13 17 108 0.88 0.84 0 0.58 237.47 0.79 0.24
Hex D 11 6C 58 54 0 3A ED 4F 18
Octal 15 21 154 130 124 0 72 355 117 30
Binary 1101 10001 1101100 1011000 1010100 0 111010 11101101 1001111 11000

Color Harmonies of #0D116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D116C

Black with #0D116C

Text Example


Text Example

White with #0D116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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