Html Css Color HEX #13015B Midnight Blue

📋 copy color: '#13015B'

red 19 ◦ green 1 ◦ blue 91

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

Shades of Midnight Blue #13015B

Tints of Midnight Blue #13015B

RGB

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

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

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

R = 17.12%
G = 0.9%
B = 81.98%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13015B (or 0x13015B) is known color: Midnight Blue. HEX triplet: 13, 01 and 5B. RGB value is (19,1,91). Sum of RGB (Red+Green+Blue) = 19+1+91=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #13015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13015B is #ECFEA4. Grayscale: #101010. Windows color (decimal): -15531685 or 5964051. OLE color: 5964051.

HSL color Cylindrical-coordinate representation of color #13015B: hue angle of 252º 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 #13015B is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 1 91 -
CMYK 0.79 0.99 0 0.64
HSL 252º 0.98% 0.18% -
HSV(B) 252º 0.99% 0.36% -
XYZ 2.17 0.92 9.96 -
YUV 16.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 19 1 91 0.79 0.99 0 0.64 252 0.98 0.18
Hex 13 1 5B 4F 63 0 40 FC 62 12
Octal 23 1 133 117 143 0 100 374 142 22
Binary 10011 1 1011011 1001111 1100011 0 1000000 11111100 1100010 10010

Color Harmonies of #13015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13015B

Black with #13015B

Text Example


Text Example

White with #13015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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