Html Css Color HEX #0D146A Midnight Blue

📋 copy color: '#0D146A'

red 13 ◦ green 20 ◦ blue 106

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

Shades of Midnight Blue #0D146A

Tints of Midnight Blue #0D146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

 BLUE value IS 106 (41.8% from 255) = 76.26%

R = 9.35%
G = 14.39%
B = 76.26%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D146A (or 0x0D146A) is known color: Midnight Blue. HEX triplet: 0D, 14 and 6A. RGB value is (13,20,106). Sum of RGB (Red+Green+Blue) = 13+20+106=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D146A is #F2EB95. Grayscale: #1B1B1B. Windows color (decimal): -15920022 or 6951949. OLE color: 6951949.

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

Color convert

RGB 13 20 106 -
CMYK 0.88 0.81 0 0.58
HSL 235.48º 0.78% 0.23% -
HSV(B) 235.48º 0.88% 0.42% -
XYZ 3.02 1.63 13.79 -
YUV 27.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 13 20 106 0.88 0.81 0 0.58 235.48 0.78 0.23
Hex D 14 6A 58 51 0 3A EB 4E 17
Octal 15 24 152 130 121 0 72 353 116 27
Binary 1101 10100 1101010 1011000 1010001 0 111010 11101011 1001110 10111

Color Harmonies of #0D146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D146A

Black with #0D146A

Text Example


Text Example

White with #0D146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,106); }

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

background-color css

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

 a { background-color: rgb(13,20,106); }

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

border-color css

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

 span { border-color: rgb(13,20,106); }

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