Html Css Color HEX #13065D Midnight Blue

📋 copy color: '#13065D'

red 19 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #13065D

Tints of Midnight Blue #13065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

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

R = 16.1%
G = 5.08%
B = 78.81%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13065D (or 0x13065D) is known color: Midnight Blue. HEX triplet: 13, 06 and 5D. RGB value is (19,6,93). Sum of RGB (Red+Green+Blue) = 19+6+93=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #13065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13065D is #ECF9A2. Grayscale: #131313. Windows color (decimal): -15530403 or 6096403. OLE color: 6096403.

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

Color convert

RGB 19 6 93 -
CMYK 0.80 0.94 0 0.64
HSL 248.97º 0.88% 0.19% -
HSV(B) 248.97º 0.94% 0.36% -
XYZ 2.31 1.06 10.44 -
YUV 19.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 19 6 93 0.80 0.94 0 0.64 248.97 0.88 0.19
Hex 13 6 5D 50 5E 0 40 F9 58 13
Octal 23 6 135 120 136 0 100 371 130 23
Binary 10011 110 1011101 1010000 1011110 0 1000000 11111001 1011000 10011

Color Harmonies of #13065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13065D

Black with #13065D

Text Example


Text Example

White with #13065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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