Html Css Color HEX #13217D Midnight Blue

📋 copy color: '#13217D'

red 19 ◦ green 33 ◦ blue 125

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

Shades of Midnight Blue #13217D

Tints of Midnight Blue #13217D

RGB

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

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

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

R = 10.73%
G = 18.64%
B = 70.62%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13217D (or 0x13217D) is known color: Midnight Blue. HEX triplet: 13, 21 and 7D. RGB value is (19,33,125). Sum of RGB (Red+Green+Blue) = 19+33+125=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #13217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13217D is #ECDE82. Grayscale: #262626. Windows color (decimal): -15523459 or 8200467. OLE color: 8200467.

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

Color convert

RGB 19 33 125 -
CMYK 0.85 0.74 0 0.51
HSL 232.08º 0.74% 0.28% -
HSV(B) 232.08º 0.85% 0.49% -
XYZ 4.51 2.71 19.69 -
YUV 39.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 19 33 125 0.85 0.74 0 0.51 232.08 0.74 0.28
Hex 13 21 7D 55 4A 0 33 E8 4A 1C
Octal 23 41 175 125 112 0 63 350 112 34
Binary 10011 100001 1111101 1010101 1001010 0 110011 11101000 1001010 11100

Color Harmonies of #13217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13217D

Black with #13217D

Text Example


Text Example

White with #13217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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