Html Css Color HEX #13145A Midnight Blue

📋 copy color: '#13145A'

red 19 ◦ green 20 ◦ blue 90

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

Shades of Midnight Blue #13145A

Tints of Midnight Blue #13145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 69.77%

R = 14.73%
G = 15.5%
B = 69.77%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13145A (or 0x13145A) is known color: Midnight Blue. HEX triplet: 13, 14 and 5A. RGB value is (19,20,90). Sum of RGB (Red+Green+Blue) = 19+20+90=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #13145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13145A is #ECEBA5. Grayscale: #1B1B1B. Windows color (decimal): -15526822 or 5903379. OLE color: 5903379.

HSL color Cylindrical-coordinate representation of color #13145A: hue angle of 239.15º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13145A is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 20 90 -
CMYK 0.79 0.78 0 0.65
HSL 239.15º 0.65% 0.21% -
HSV(B) 239.15º 0.79% 0.35% -
XYZ 2.36 1.38 9.81 -
YUV 27.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 19 20 90 0.79 0.78 0 0.65 239.15 0.65 0.21
Hex 13 14 5A 4F 4E 0 41 EF 41 15
Octal 23 24 132 117 116 0 101 357 101 25
Binary 10011 10100 1011010 1001111 1001110 0 1000001 11101111 1000001 10101

Color Harmonies of #13145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13145A

Black with #13145A

Text Example


Text Example

White with #13145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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