#13216F

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

Shades of Midnight Blue #13216F

Tints of Midnight Blue #13216F

Color information

#13216F (or 0x13216F) is unknown color: approx Midnight Blue. HEX triplet: 13, 21 and 6F. RGB value is (19,33,111). Sum of RGB (Red+Green+Blue) = 19+33+111=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #13216F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13216F is #ECDE90. Grayscale: #252525. Windows color (decimal): -15523473 or 7282963. OLE color: 7282963.

HSL color Cylindrical-coordinate representation of color #13216F: hue angle of 230.87º 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 #13216F is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1933111-
CMYK0.830.7000.56
HSL230.87º70.77%25.49%-
HSV(B)230.87º82.88%43.53%-
XYZ3.682.3715.3-
YUV37.71169.36114.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 111 (43.75% from 255) = 68.10%
R=11.66%
G=20.25%
B=68.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19331110.830.7000.56230.8770.7725.49
Hex13216F5346038e74719
Octal234115712310607034710731
Binary10011100001110111110100111000110011100011100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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