#13186F

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

Shades of Midnight Blue #13186F

Tints of Midnight Blue #13186F

Color information

#13186F (or 0x13186F) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 6F. RGB value is (19,24,111). Sum of RGB (Red+Green+Blue) = 19+24+111=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #13186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13186F is #ECE790. Grayscale: #202020. Windows color (decimal): -15525777 or 7280659. OLE color: 7280659.

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

Color convert

RGB1924111-
CMYK0.830.7800.56
HSL236.74º70.77%25.49%-
HSV(B)236.74º82.88%43.53%-
XYZ3.461.9415.23-
YUV32.42172.34118.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 111 (43.75% from 255) = 72.08%
R=12.34%
G=15.58%
B=72.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19241110.830.7800.56236.7470.7725.49
Hex13186F534E038ed4719
Octal233015712311607035510731
Binary1001111000110111110100111001110011100011101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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