#13045C

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

Shades of Midnight Blue #13045C

Tints of Midnight Blue #13045C

Color information

#13045C (or 0x13045C) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 5C. RGB value is (19,4,92). Sum of RGB (Red+Green+Blue) = 19+4+92=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #13045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13045C is #ECFBA3. Grayscale: #121212. Windows color (decimal): -15530916 or 6030355. OLE color: 6030355.

HSL color Cylindrical-coordinate representation of color #13045C: hue angle of 250.23º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13045C is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB19492-
CMYK0.790.9600.64
HSL250.23º91.67%18.82%-
HSV(B)250.23º95.65%36.08%-
XYZ2.24110.2-
YUV18.52169.47128.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 92 (36.33% from 255) = 80%
R=16.52%
G=3.48%
B=80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal194920.790.9600.64250.2391.6718.82
Hex1345C4F60040fa5c13
Octal234134117140010037213423
Binary100111001011100100111111000000100000011111010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13045C; }

 p { color: rgb(19,4,92); }

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

<style>
 a { background-color: #13045C; }

 a { background-color: rgb(19,4,92); }

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

<style>
 span { border-color: #13045C; }

 span { border-color: rgb(19,4,92); }

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