#13026F

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

Shades of Midnight Blue #13026F

Tints of Midnight Blue #13026F

Color information

#13026F (or 0x13026F) is unknown color: approx Midnight Blue. HEX triplet: 13, 02 and 6F. RGB value is (19,2,111). Sum of RGB (Red+Green+Blue) = 19+2+111=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #13026F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13026F is #ECFD90. Grayscale: #131313. Windows color (decimal): -15531409 or 7275027. OLE color: 7275027.

HSL color Cylindrical-coordinate representation of color #13026F: hue angle of 249.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13026F is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB192111-
CMYK0.830.9800.56
HSL249.36º96.46%22.16%-
HSV(B)249.36º98.2%43.53%-
XYZ3.161.3315.13-
YUV19.51179.63127.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 111 (43.75% from 255) = 84.09%
R=14.39%
G=1.52%
B=84.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1921110.830.9800.56249.3696.4622.16
Hex1326F5362038f96016
Octal23215712314207037114026
Binary1001110110111110100111100010011100011111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13026F; }

 p { color: rgb(19,2,111); }

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

<style>
 a { background-color: #13026F; }

 a { background-color: rgb(19,2,111); }

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

<style>
 span { border-color: #13026F; }

 span { border-color: rgb(19,2,111); }

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