#13227D

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

Shades of Midnight Blue #13227D

Tints of Midnight Blue #13227D

Color information

#13227D (or 0x13227D) is unknown color: approx Midnight Blue. HEX triplet: 13, 22 and 7D. RGB value is (19,34,125). Sum of RGB (Red+Green+Blue) = 19+34+125=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #13227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13227D is #ECDD82. Grayscale: #272727. Windows color (decimal): -15523203 or 8200723. OLE color: 8200723.

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

Color convert

RGB1934125-
CMYK0.850.7300.51
HSL231.51º73.61%28.24%-
HSV(B)231.51º84.8%49.02%-
XYZ4.542.7619.7-
YUV39.89176.03113.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 125 (49.22% from 255) = 70.22%
R=10.67%
G=19.10%
B=70.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19341250.850.7300.51231.5173.6128.24
Hex13227D5549033e84a1c
Octal234217512511106335011234
Binary10011100010111110110101011001001011001111101000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13227D;
 }
 .AnyTagClassName
 {
   color: #13227D;
 }
</style>
background-color css

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

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

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

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

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

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