#13237D

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

Shades of Midnight Blue #13237D

Tints of Midnight Blue #13237D

Color information

#13237D (or 0x13237D) is unknown color: approx Midnight Blue. HEX triplet: 13, 23 and 7D. RGB value is (19,35,125). Sum of RGB (Red+Green+Blue) = 19+35+125=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #13237D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13237D is #ECDC82. Grayscale: #282828. Windows color (decimal): -15522947 or 8200979. OLE color: 8200979.

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

Color convert

RGB1935125-
CMYK0.850.7200.51
HSL230.94º73.61%28.24%-
HSV(B)230.94º84.8%49.02%-
XYZ4.572.8219.71-
YUV40.48175.7112.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 125 (49.22% from 255) = 69.83%
R=10.61%
G=19.55%
B=69.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19351250.850.7200.51230.9473.6128.24
Hex13237D5548033e74a1c
Octal234317512511006334711234
Binary10011100011111110110101011001000011001111100111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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