#13176E

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

Shades of Midnight Blue #13176E

Tints of Midnight Blue #13176E

Color information

#13176E (or 0x13176E) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 6E. RGB value is (19,23,110). Sum of RGB (Red+Green+Blue) = 19+23+110=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #13176E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13176E is #ECE891. Grayscale: #1F1F1F. Windows color (decimal): -15526034 or 7214867. OLE color: 7214867.

HSL color Cylindrical-coordinate representation of color #13176E: hue angle of 237.36º 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 #13176E is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1923110-
CMYK0.830.7900.57
HSL237.36º70.54%25.29%-
HSV(B)237.36º82.73%43.14%-
XYZ3.391.8814.94-
YUV31.72172.17118.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 110 (43.36% from 255) = 72.37%
R=12.5%
G=15.13%
B=72.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19231100.830.7900.57237.3670.5425.29
Hex13176E534F039ed4719
Octal232715612311707135510731
Binary1001110111110111010100111001111011100111101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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