Html Css Color HEX #13217C Midnight Blue

📋 copy color: '#13217C'

red 19 ◦ green 33 ◦ blue 124

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

Shades of Midnight Blue #13217C

Tints of Midnight Blue #13217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.75%

 BLUE value IS 124 (48.83% from 255) = 70.45%

R = 10.8%
G = 18.75%
B = 70.45%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13217C (or 0x13217C) is known color: Midnight Blue. HEX triplet: 13, 21 and 7C. RGB value is (19,33,124). Sum of RGB (Red+Green+Blue) = 19+33+124=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #13217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13217C is #ECDE83. Grayscale: #262626. Windows color (decimal): -15523460 or 8134931. OLE color: 8134931.

HSL color Cylindrical-coordinate representation of color #13217C: hue angle of 232º degrees, saturation: 0.73, 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 #13217C is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 33 124 -
CMYK 0.85 0.73 0 0.51
HSL 232º 0.73% 0.28% -
HSV(B) 232º 0.85% 0.49% -
XYZ 4.45 2.68 19.35 -
YUV 39.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 19 33 124 0.85 0.73 0 0.51 232 0.73 0.28
Hex 13 21 7C 55 49 0 33 E8 49 1C
Octal 23 41 174 125 111 0 63 350 111 34
Binary 10011 100001 1111100 1010101 1001001 0 110011 11101000 1001001 11100

Color Harmonies of #13217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13217C

Black with #13217C

Text Example


Text Example

White with #13217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13217C; }

 p { color: rgb(19,33,124); }

 H1.HeaderClassName
 {
   color: #13217C;
 }
 .AnyTagClassName
 {
   color: #13217C;
 }
</style>

background-color css

<style>
 a { background-color: #13217C; }

 a { background-color: rgb(19,33,124); }

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

border-color css

<style>
 span { border-color: #13217C; }

 span { border-color: rgb(19,33,124); }

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