Html Css Color HEX #13046B Midnight Blue

📋 copy color: '#13046B'

red 19 ◦ green 4 ◦ blue 107

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

Shades of Midnight Blue #13046B

Tints of Midnight Blue #13046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 14.62%
G = 3.08%
B = 82.31%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13046B (or 0x13046B) is known color: Midnight Blue. HEX triplet: 13, 04 and 6B. RGB value is (19,4,107). Sum of RGB (Red+Green+Blue) = 19+4+107=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #13046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13046B is #ECFB94. Grayscale: #131313. Windows color (decimal): -15530901 or 7013395. OLE color: 7013395.

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

Color convert

RGB 19 4 107 -
CMYK 0.82 0.96 0 0.58
HSL 248.74º 0.93% 0.22% -
HSV(B) 248.74º 0.96% 0.42% -
XYZ 2.97 1.29 14 -
YUV 20.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 19 4 107 0.82 0.96 0 0.58 248.74 0.93 0.22
Hex 13 4 6B 52 60 0 3A F9 5D 16
Octal 23 4 153 122 140 0 72 371 135 26
Binary 10011 100 1101011 1010010 1100000 0 111010 11111001 1011101 10110

Color Harmonies of #13046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13046B

Black with #13046B

Text Example


Text Example

White with #13046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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