Html Css Color HEX #13247A Midnight Blue

📋 copy color: '#13247A'

red 19 ◦ green 36 ◦ blue 122

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

Shades of Midnight Blue #13247A

Tints of Midnight Blue #13247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 68.93%

R = 10.73%
G = 20.34%
B = 68.93%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13247A (or 0x13247A) is known color: Midnight Blue. HEX triplet: 13, 24 and 7A. RGB value is (19,36,122). Sum of RGB (Red+Green+Blue) = 19+36+122=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #13247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13247A is #ECDB85. Grayscale: #282828. Windows color (decimal): -15522694 or 8004627. OLE color: 8004627.

HSL color Cylindrical-coordinate representation of color #13247A: hue angle of 230.1º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13247A is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 36 122 -
CMYK 0.84 0.70 0 0.52
HSL 230.1º 0.73% 0.28% -
HSV(B) 230.1º 0.84% 0.48% -
XYZ 4.41 2.81 18.72 -
YUV 40.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 19 36 122 0.84 0.70 0 0.52 230.1 0.73 0.28
Hex 13 24 7A 54 46 0 34 E6 49 1C
Octal 23 44 172 124 106 0 64 346 111 34
Binary 10011 100100 1111010 1010100 1000110 0 110100 11100110 1001001 11100

Color Harmonies of #13247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13247A

Black with #13247A

Text Example


Text Example

White with #13247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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