Html Css Color HEX #13016F Midnight Blue

📋 copy color: '#13016F'

red 19 ◦ green 1 ◦ blue 111

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

Shades of Midnight Blue #13016F

Tints of Midnight Blue #13016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 84.73%

R = 14.5%
G = 0.76%
B = 84.73%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13016F (or 0x13016F) is known color: Midnight Blue. HEX triplet: 13, 01 and 6F. RGB value is (19,1,111). Sum of RGB (Red+Green+Blue) = 19+1+111=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #13016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13016F is #ECFE90. Grayscale: #121212. Windows color (decimal): -15531665 or 7274771. OLE color: 7274771.

HSL color Cylindrical-coordinate representation of color #13016F: hue angle of 249.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13016F is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 1 111 -
CMYK 0.83 0.99 0 0.56
HSL 249.82º 0.98% 0.22% -
HSV(B) 249.82º 0.99% 0.44% -
XYZ 3.15 1.31 15.13 -
YUV 18.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 19 1 111 0.83 0.99 0 0.56 249.82 0.98 0.22
Hex 13 1 6F 53 63 0 38 FA 62 16
Octal 23 1 157 123 143 0 70 372 142 26
Binary 10011 1 1101111 1010011 1100011 0 111000 11111010 1100010 10110

Color Harmonies of #13016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13016F

Black with #13016F

Text Example


Text Example

White with #13016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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