Html Css Color HEX #13096D Midnight Blue

📋 copy color: '#13096D'

red 19 ◦ green 9 ◦ blue 109

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

Shades of Midnight Blue #13096D

Tints of Midnight Blue #13096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

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

R = 13.87%
G = 6.57%
B = 79.56%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13096D (or 0x13096D) is known color: Midnight Blue. HEX triplet: 13, 09 and 6D. RGB value is (19,9,109). Sum of RGB (Red+Green+Blue) = 19+9+109=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #13096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13096D is #ECF692. Grayscale: #171717. Windows color (decimal): -15529619 or 7145747. OLE color: 7145747.

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

Color convert

RGB 19 9 109 -
CMYK 0.83 0.92 0 0.57
HSL 246º 0.85% 0.23% -
HSV(B) 246º 0.92% 0.43% -
XYZ 3.13 1.44 14.58 -
YUV 23.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 19 9 109 0.83 0.92 0 0.57 246 0.85 0.23
Hex 13 9 6D 53 5C 0 39 F6 55 17
Octal 23 11 155 123 134 0 71 366 125 27
Binary 10011 1001 1101101 1010011 1011100 0 111001 11110110 1010101 10111

Color Harmonies of #13096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13096D

Black with #13096D

Text Example


Text Example

White with #13096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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