#13248A

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

Shades of Midnight Blue #13248A

Tints of Midnight Blue #13248A

Color information

#13248A (or 0x13248A) is unknown color: approx Midnight Blue. HEX triplet: 13, 24 and 8A. RGB value is (19,36,138). Sum of RGB (Red+Green+Blue) = 19+36+138=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #13248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13248A is #ECDB75. Grayscale: #2A2A2A. Windows color (decimal): -15522678 or 9053203. OLE color: 9053203.

HSL color Cylindrical-coordinate representation of color #13248A: hue angle of 231.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13248A is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1936138-
CMYK0.860.7400.46
HSL231.43º75.8%30.78%-
HSV(B)231.43º86.23%54.12%-
XYZ5.493.2424.38-
YUV42.54181.87111.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 138 (54.30% from 255) = 71.50%
R=9.84%
G=18.65%
B=71.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19361380.860.7400.46231.4375.830.78
Hex13248A564A02Ee74c1f
Octal234421212611205634711437
Binary100111001001000101010101101001010010111011100111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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