Html Css Color HEX #0D166B Midnight Blue

📋 copy color: '#0D166B'

red 13 ◦ green 22 ◦ blue 107

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

Shades of Midnight Blue #0D166B

Tints of Midnight Blue #0D166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 75.35%

R = 9.15%
G = 15.49%
B = 75.35%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D166B (or 0x0D166B) is known color: Midnight Blue. HEX triplet: 0D, 16 and 6B. RGB value is (13,22,107). Sum of RGB (Red+Green+Blue) = 13+22+107=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 107 (42.19% from 255 or 75.35% from 142); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D166B is #F2E994. Grayscale: #1C1C1C. Windows color (decimal): -15919509 or 7017997. OLE color: 7017997.

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

Color convert

RGB 13 22 107 -
CMYK 0.88 0.79 0 0.58
HSL 234.26º 0.78% 0.24% -
HSV(B) 234.26º 0.88% 0.42% -
XYZ 3.11 1.72 14.08 -
YUV 29 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 13 22 107 0.88 0.79 0 0.58 234.26 0.78 0.24
Hex D 16 6B 58 4F 0 3A EA 4E 18
Octal 15 26 153 130 117 0 72 352 116 30
Binary 1101 10110 1101011 1011000 1001111 0 111010 11101010 1001110 11000

Color Harmonies of #0D166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D166B

Black with #0D166B

Text Example


Text Example

White with #0D166B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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