#13247A

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

Shades of Midnight Blue #13247A

Tints of Midnight Blue #13247A

Color information

#13247A (or 0x13247A) is unknown color: approx Midnight Blue. HEX triplet: 13, 24 and 7A. RGB value is (19,36,122). Sum of RGB (Red+Green+Blue) = 19+36+122=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #13247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13247A is #ECDB85. Grayscale: #282828. Windows color (decimal): -15522694 or 8004627. OLE color: 8004627.

HSL color Cylindrical-coordinate representation of color #13247A: hue angle of 230.1º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13247A is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1936122-
CMYK0.840.7000.52
HSL230.1º73.05%27.65%-
HSV(B)230.1º84.43%47.84%-
XYZ4.412.8118.72-
YUV40.72173.87112.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=10.73%
G=20.34%
B=68.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19361220.840.7000.52230.173.0527.65
Hex13247A5446034e6491c
Octal234417212410606434611134
Binary10011100100111101010101001000110011010011100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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