#13217D

Color #13217D Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #13217D

Tints of Midnight Blue #13217D

Color information

#13217D (or 0x13217D) is unknown color: approx 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

RGB1933125-
CMYK0.850.7400.51
HSL232.08º73.61%28.24%-
HSV(B)232.08º84.8%49.02%-
XYZ4.512.7119.69-
YUV39.3176.36113.52-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19331250.850.7400.51232.0873.6128.24
Hex13217D554A033e84a1c
Octal234117512511206335011234
Binary10011100001111110110101011001010011001111101000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>