#13015C

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

Shades of Midnight Blue #13015C

Tints of Midnight Blue #13015C

Color information

#13015C (or 0x13015C) is unknown color: approx Midnight Blue. HEX triplet: 13, 01 and 5C. RGB value is (19,1,92). Sum of RGB (Red+Green+Blue) = 19+1+92=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #13015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13015C is #ECFEA3. Grayscale: #101010. Windows color (decimal): -15531684 or 6029587. OLE color: 6029587.

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

Color convert

RGB19192-
CMYK0.790.9900.64
HSL251.87º97.85%18.24%-
HSV(B)251.87º98.91%36.08%-
XYZ2.210.9310.19-
YUV16.76170.46129.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 92 (36.33% from 255) = 82.14%
R=16.96%
G=0.89%
B=82.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal191920.790.9900.64251.8797.8518.24
Hex1315C4F63040fc6212
Octal231134117143010037414222
Binary1001111011100100111111000110100000011111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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