Html Css Color HEX #13016A Midnight Blue

📋 copy color: '#13016A'

red 19 ◦ green 1 ◦ blue 106

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

Shades of Midnight Blue #13016A

Tints of Midnight Blue #13016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 84.13%

R = 15.08%
G = 0.79%
B = 84.13%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13016A (or 0x13016A) is known color: Midnight Blue. HEX triplet: 13, 01 and 6A. RGB value is (19,1,106). Sum of RGB (Red+Green+Blue) = 19+1+106=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 106 (41.80% from 255 or 84.13% from 126); Max value from RGB is 106 - color contains mainly: blue. Hex color #13016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13016A is #ECFE95. Grayscale: #111111. Windows color (decimal): -15531670 or 6947091. OLE color: 6947091.

HSL color Cylindrical-coordinate representation of color #13016A: hue angle of 250.29º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13016A is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 1 106 -
CMYK 0.82 0.99 0 0.58
HSL 250.29º 0.98% 0.21% -
HSV(B) 250.29º 0.99% 0.42% -
XYZ 2.88 1.2 13.72 -
YUV 18.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 19 1 106 0.82 0.99 0 0.58 250.29 0.98 0.21
Hex 13 1 6A 52 63 0 3A FA 62 15
Octal 23 1 152 122 143 0 72 372 142 25
Binary 10011 1 1101010 1010010 1100011 0 111010 11111010 1100010 10101

Color Harmonies of #13016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13016A

Black with #13016A

Text Example


Text Example

White with #13016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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