Html Css Color HEX #0D166D Midnight Blue

📋 copy color: '#0D166D'

red 13 ◦ green 22 ◦ blue 109

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

Shades of Midnight Blue #0D166D

Tints of Midnight Blue #0D166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

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

R = 9.03%
G = 15.28%
B = 75.69%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D166D (or 0x0D166D) is known color: Midnight Blue. HEX triplet: 0D, 16 and 6D. RGB value is (13,22,109). Sum of RGB (Red+Green+Blue) = 13+22+109=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D166D is #F2E992. Grayscale: #1C1C1C. Windows color (decimal): -15919507 or 7149069. OLE color: 7149069.

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

Color convert

RGB 13 22 109 -
CMYK 0.88 0.80 0 0.57
HSL 234.38º 0.79% 0.24% -
HSV(B) 234.38º 0.88% 0.43% -
XYZ 3.21 1.76 14.64 -
YUV 29.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 13 22 109 0.88 0.80 0 0.57 234.38 0.79 0.24
Hex D 16 6D 58 50 0 39 EA 4F 18
Octal 15 26 155 130 120 0 71 352 117 30
Binary 1101 10110 1101101 1011000 1010000 0 111001 11101010 1001111 11000

Color Harmonies of #0D166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D166D

Black with #0D166D

Text Example


Text Example

White with #0D166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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