#13247D

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

Shades of Midnight Blue #13247D

Tints of Midnight Blue #13247D

Color information

#13247D (or 0x13247D) is unknown color: approx Midnight Blue. HEX triplet: 13, 24 and 7D. RGB value is (19,36,125). Sum of RGB (Red+Green+Blue) = 19+36+125=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #13247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13247D is #ECDB82. Grayscale: #282828. Windows color (decimal): -15522691 or 8201235. OLE color: 8201235.

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

Color convert

RGB1936125-
CMYK0.850.7100.51
HSL230.38º73.61%28.24%-
HSV(B)230.38º84.8%49.02%-
XYZ4.62.8819.72-
YUV41.06175.37112.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 125 (49.22% from 255) = 69.44%
R=10.56%
G=20%
B=69.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19361250.850.7100.51230.3873.6128.24
Hex13247D5547033e64a1c
Octal234417512510706334611234
Binary10011100100111110110101011000111011001111100110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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