Html Css Color HEX #13145B Midnight Blue

📋 copy color: '#13145B'

red 19 ◦ green 20 ◦ blue 91

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

Shades of Midnight Blue #13145B

Tints of Midnight Blue #13145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 70%

R = 14.62%
G = 15.38%
B = 70%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13145B (or 0x13145B) is known color: Midnight Blue. HEX triplet: 13, 14 and 5B. RGB value is (19,20,91). Sum of RGB (Red+Green+Blue) = 19+20+91=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #13145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13145B is #ECEBA4. Grayscale: #1B1B1B. Windows color (decimal): -15526821 or 5968915. OLE color: 5968915.

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

Color convert

RGB 19 20 91 -
CMYK 0.79 0.78 0 0.64
HSL 239.17º 0.65% 0.22% -
HSV(B) 239.17º 0.79% 0.36% -
XYZ 2.41 1.39 10.04 -
YUV 27.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 19 20 91 0.79 0.78 0 0.64 239.17 0.65 0.22
Hex 13 14 5B 4F 4E 0 40 EF 41 16
Octal 23 24 133 117 116 0 100 357 101 26
Binary 10011 10100 1011011 1001111 1001110 0 1000000 11101111 1000001 10110

Color Harmonies of #13145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13145B

Black with #13145B

Text Example


Text Example

White with #13145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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