Html Css Color HEX #13146D Midnight Blue

📋 copy color: '#13146D'

red 19 ◦ green 20 ◦ blue 109

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

Shades of Midnight Blue #13146D

Tints of Midnight Blue #13146D

RGB

 RED value IS 19 (7.81% from 255) = 12.84%

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

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

R = 12.84%
G = 13.51%
B = 73.65%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13146D (or 0x13146D) is known color: Midnight Blue. HEX triplet: 13, 14 and 6D. RGB value is (19,20,109). Sum of RGB (Red+Green+Blue) = 19+20+109=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #13146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13146D is #ECEB92. Grayscale: #1D1D1D. Windows color (decimal): -15526803 or 7148563. OLE color: 7148563.

HSL color Cylindrical-coordinate representation of color #13146D: hue angle of 239.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13146D is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 20 109 -
CMYK 0.83 0.82 0 0.57
HSL 239.33º 0.7% 0.25% -
HSV(B) 239.33º 0.83% 0.43% -
XYZ 3.28 1.74 14.63 -
YUV 29.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 19 20 109 0.83 0.82 0 0.57 239.33 0.7 0.25
Hex 13 14 6D 53 52 0 39 EF 46 19
Octal 23 24 155 123 122 0 71 357 106 31
Binary 10011 10100 1101101 1010011 1010010 0 111001 11101111 1000110 11001

Color Harmonies of #13146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13146D

Black with #13146D

Text Example


Text Example

White with #13146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13146D; }

 p { color: rgb(19,20,109); }

 H1.HeaderClassName
 {
   color: #13146D;
 }
 .AnyTagClassName
 {
   color: #13146D;
 }
</style>

background-color css

<style>
 a { background-color: #13146D; }

 a { background-color: rgb(19,20,109); }

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

border-color css

<style>
 span { border-color: #13146D; }

 span { border-color: rgb(19,20,109); }

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