Html Css Color HEX #13206B Midnight Blue

📋 copy color: '#13206B'

red 19 ◦ green 32 ◦ blue 107

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

Shades of Midnight Blue #13206B

Tints of Midnight Blue #13206B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 107 (42.19% from 255) = 67.72%

R = 12.03%
G = 20.25%
B = 67.72%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13206B (or 0x13206B) is known color: Midnight Blue. HEX triplet: 13, 20 and 6B. RGB value is (19,32,107). Sum of RGB (Red+Green+Blue) = 19+32+107=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #13206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13206B is #ECDF94. Grayscale: #242424. Windows color (decimal): -15523733 or 7020563. OLE color: 7020563.

HSL color Cylindrical-coordinate representation of color #13206B: hue angle of 231.14º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13206B is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 32 107 -
CMYK 0.82 0.70 0 0.58
HSL 231.14º 0.7% 0.25% -
HSV(B) 231.14º 0.82% 0.42% -
XYZ 3.44 2.23 14.16 -
YUV 36.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 19 32 107 0.82 0.70 0 0.58 231.14 0.7 0.25
Hex 13 20 6B 52 46 0 3A E7 46 19
Octal 23 40 153 122 106 0 72 347 106 31
Binary 10011 100000 1101011 1010010 1000110 0 111010 11100111 1000110 11001

Color Harmonies of #13206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13206B

Black with #13206B

Text Example


Text Example

White with #13206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,32,107); }

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

background-color css

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

 a { background-color: rgb(19,32,107); }

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

border-color css

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

 span { border-color: rgb(19,32,107); }

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