#13055C

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

Shades of Midnight Blue #13055C

Tints of Midnight Blue #13055C

Color information

#13055C (or 0x13055C) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 5C. RGB value is (19,5,92). Sum of RGB (Red+Green+Blue) = 19+5+92=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #13055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13055C is #ECFAA3. Grayscale: #121212. Windows color (decimal): -15530660 or 6030611. OLE color: 6030611.

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

Color convert

RGB19592-
CMYK0.790.9500.64
HSL249.66º89.69%19.02%-
HSV(B)249.66º94.57%36.08%-
XYZ2.251.0210.2-
YUV19.1169.14127.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 92 (36.33% from 255) = 79.31%
R=16.38%
G=4.31%
B=79.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal195920.790.9500.64249.6689.6919.02
Hex1355C4F5F040fa5a13
Octal235134117137010037213223
Binary100111011011100100111110111110100000011111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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