#13177A

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

Shades of Midnight Blue #13177A

Tints of Midnight Blue #13177A

Color information

#13177A (or 0x13177A) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 7A. RGB value is (19,23,122). Sum of RGB (Red+Green+Blue) = 19+23+122=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #13177A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13177A is #ECE885. Grayscale: #202020. Windows color (decimal): -15526022 or 8001299. OLE color: 8001299.

HSL color Cylindrical-coordinate representation of color #13177A: hue angle of 237.67º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13177A is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1923122-
CMYK0.840.8100.52
HSL237.67º73.05%27.65%-
HSV(B)237.67º84.43%47.84%-
XYZ4.092.1618.61-
YUV33.09178.17117.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 122 (48.05% from 255) = 74.39%
R=11.59%
G=14.02%
B=74.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19231220.840.8100.52237.6773.0527.65
Hex13177A5451034ee491c
Octal232717212412106435611134
Binary1001110111111101010101001010001011010011101110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13177A; }

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

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

<style>
 a { background-color: #13177A; }

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

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

<style>
 span { border-color: #13177A; }

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

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