Html Css Color HEX #13247D Midnight Blue

📋 copy color: '#13247D'

red 19 ◦ green 36 ◦ blue 125

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

Shades of Midnight Blue #13247D

Tints of Midnight Blue #13247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 125 (49.22% from 255) = 69.44%

R = 10.56%
G = 20%
B = 69.44%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13247D (or 0x13247D) is known color: Midnight Blue. HEX triplet: 13, 24 and 7D. RGB value is (19,36,125). Sum of RGB (Red+Green+Blue) = 19+36+125=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #13247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13247D is #ECDB82. Grayscale: #282828. Windows color (decimal): -15522691 or 8201235. OLE color: 8201235.

HSL color Cylindrical-coordinate representation of color #13247D: hue angle of 230.38º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13247D is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 36 125 -
CMYK 0.85 0.71 0 0.51
HSL 230.38º 0.74% 0.28% -
HSV(B) 230.38º 0.85% 0.49% -
XYZ 4.6 2.88 19.72 -
YUV 41.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 19 36 125 0.85 0.71 0 0.51 230.38 0.74 0.28
Hex 13 24 7D 55 47 0 33 E6 4A 1C
Octal 23 44 175 125 107 0 63 346 112 34
Binary 10011 100100 1111101 1010101 1000111 0 110011 11100110 1001010 11100

Color Harmonies of #13247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13247D

Black with #13247D

Text Example


Text Example

White with #13247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,36,125); }

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

background-color css

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

 a { background-color: rgb(19,36,125); }

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

border-color css

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

 span { border-color: rgb(19,36,125); }

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