#13226E

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

Shades of Midnight Blue #13226E

Tints of Midnight Blue #13226E

Color information

#13226E (or 0x13226E) is unknown color: approx Midnight Blue. HEX triplet: 13, 22 and 6E. RGB value is (19,34,110). Sum of RGB (Red+Green+Blue) = 19+34+110=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #13226E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13226E is #ECDD91. Grayscale: #252525. Windows color (decimal): -15523218 or 7217683. OLE color: 7217683.

HSL color Cylindrical-coordinate representation of color #13226E: hue angle of 230.11º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13226E is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1934110-
CMYK0.830.6900.57
HSL230.11º70.54%25.29%-
HSV(B)230.11º82.73%43.14%-
XYZ3.662.4115.02-
YUV38.18168.53114.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 110 (43.36% from 255) = 67.48%
R=11.66%
G=20.86%
B=67.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19341100.830.6900.57230.1170.5425.29
Hex13226E5345039e64719
Octal234215612310507134610731
Binary10011100010110111010100111000101011100111100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13226E; }

 p { color: rgb(19,34,110); }

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

<style>
 a { background-color: #13226E; }

 a { background-color: rgb(19,34,110); }

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

<style>
 span { border-color: #13226E; }

 span { border-color: rgb(19,34,110); }

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