Html Css Color HEX #13015D Midnight Blue

📋 copy color: '#13015D'

red 19 ◦ green 1 ◦ blue 93

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

Shades of Midnight Blue #13015D

Tints of Midnight Blue #13015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 93 (36.72% from 255) = 82.3%

R = 16.81%
G = 0.88%
B = 82.3%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13015D (or 0x13015D) is known color: Midnight Blue. HEX triplet: 13, 01 and 5D. RGB value is (19,1,93). Sum of RGB (Red+Green+Blue) = 19+1+93=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #13015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13015D is #ECFEA2. Grayscale: #101010. Windows color (decimal): -15531683 or 6095123. OLE color: 6095123.

HSL color Cylindrical-coordinate representation of color #13015D: hue angle of 251.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13015D is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 1 93 -
CMYK 0.80 0.99 0 0.64
HSL 251.74º 0.98% 0.18% -
HSV(B) 251.74º 0.99% 0.36% -
XYZ 2.26 0.95 10.42 -
YUV 16.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 19 1 93 0.80 0.99 0 0.64 251.74 0.98 0.18
Hex 13 1 5D 50 63 0 40 FC 62 12
Octal 23 1 135 120 143 0 100 374 142 22
Binary 10011 1 1011101 1010000 1100011 0 1000000 11111100 1100010 10010

Color Harmonies of #13015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13015D

Black with #13015D

Text Example


Text Example

White with #13015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,1,93); }

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

background-color css

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

 a { background-color: rgb(19,1,93); }

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

border-color css

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

 span { border-color: rgb(19,1,93); }

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