Html Css Color HEX #0D166E Midnight Blue

📋 copy color: '#0D166E'

red 13 ◦ green 22 ◦ blue 110

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

Shades of Midnight Blue #0D166E

Tints of Midnight Blue #0D166E

RGB

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

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

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

R = 8.97%
G = 15.17%
B = 75.86%

CMYK

 C value IS 0.88

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D166E (or 0x0D166E) is known color: Midnight Blue. HEX triplet: 0D, 16 and 6E. RGB value is (13,22,110). Sum of RGB (Red+Green+Blue) = 13+22+110=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 110 (43.36% from 255 or 75.86% from 145); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D166E is #F2E991. Grayscale: #1C1C1C. Windows color (decimal): -15919506 or 7214605. OLE color: 7214605.

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

Color convert

RGB 13 22 110 -
CMYK 0.88 0.8 0 0.57
HSL 234.43º 0.79% 0.24% -
HSV(B) 234.43º 0.88% 0.43% -
XYZ 3.27 1.79 14.92 -
YUV 29.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 13 22 110 0.88 0.8 0 0.57 234.43 0.79 0.24
Hex D 16 6E 58 50 0 39 EA 4F 18
Octal 15 26 156 130 120 0 71 352 117 30
Binary 1101 10110 1101110 1011000 1010000 0 111001 11101010 1001111 11000

Color Harmonies of #0D166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D166E

Black with #0D166E

Text Example


Text Example

White with #0D166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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