Html Css Color HEX #13145E Midnight Blue

📋 copy color: '#13145E'

red 19 ◦ green 20 ◦ blue 94

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

Shades of Midnight Blue #13145E

Tints of Midnight Blue #13145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 70.68%

R = 14.29%
G = 15.04%
B = 70.68%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13145E (or 0x13145E) is known color: Midnight Blue. HEX triplet: 13, 14 and 5E. RGB value is (19,20,94). Sum of RGB (Red+Green+Blue) = 19+20+94=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #13145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13145E is #ECEBA1. Grayscale: #1B1B1B. Windows color (decimal): -15526818 or 6165523. OLE color: 6165523.

HSL color Cylindrical-coordinate representation of color #13145E: hue angle of 239.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13145E is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 20 94 -
CMYK 0.80 0.79 0 0.63
HSL 239.2º 0.66% 0.22% -
HSV(B) 239.2º 0.8% 0.37% -
XYZ 2.54 1.45 10.74 -
YUV 28.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 19 20 94 0.80 0.79 0 0.63 239.2 0.66 0.22
Hex 13 14 5E 50 4F 0 3F EF 42 16
Octal 23 24 136 120 117 0 77 357 102 26
Binary 10011 10100 1011110 1010000 1001111 0 111111 11101111 1000010 10110

Color Harmonies of #13145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13145E

Black with #13145E

Text Example


Text Example

White with #13145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13145E; }

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

 H1.HeaderClassName
 {
   color: #13145E;
 }
 .AnyTagClassName
 {
   color: #13145E;
 }
</style>

background-color css

<style>
 a { background-color: #13145E; }

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

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

border-color css

<style>
 span { border-color: #13145E; }

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

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