#13167D

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

Shades of Midnight Blue #13167D

Tints of Midnight Blue #13167D

Color information

#13167D (or 0x13167D) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 7D. RGB value is (19,22,125). Sum of RGB (Red+Green+Blue) = 19+22+125=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #13167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13167D is #ECE982. Grayscale: #202020. Windows color (decimal): -15526275 or 8197651. OLE color: 8197651.

HSL color Cylindrical-coordinate representation of color #13167D: hue angle of 238.3º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13167D is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1922125-
CMYK0.850.8200.51
HSL238.3º73.61%28.24%-
HSV(B)238.3º84.8%49.02%-
XYZ4.262.1919.6-
YUV32.84180.01118.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 125 (49.22% from 255) = 75.30%
R=11.45%
G=13.25%
B=75.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19221250.850.8200.51238.373.6128.24
Hex13167D5552033ee4a1c
Octal232617512512206335611234
Binary1001110110111110110101011010010011001111101110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13167D; }

 p { color: rgb(19,22,125); }

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

<style>
 a { background-color: #13167D; }

 a { background-color: rgb(19,22,125); }

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

<style>
 span { border-color: #13167D; }

 span { border-color: rgb(19,22,125); }

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