Html Css Color HEX #13177A Midnight Blue

📋 copy color: '#13177A'

red 19 ◦ green 23 ◦ blue 122

#13177A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #13177A

Tints of Midnight Blue #13177A

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 value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13177A (or 0x13177A) is known color: 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

RGB 19 23 122 -
CMYK 0.84 0.81 0 0.52
HSL 237.67º 0.73% 0.28% -
HSV(B) 237.67º 0.84% 0.48% -
XYZ 4.09 2.16 18.61 -
YUV 33.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 19 23 122 0.84 0.81 0 0.52 237.67 0.73 0.28
Hex 13 17 7A 54 51 0 34 EE 49 1C
Octal 23 27 172 124 121 0 64 356 111 34
Binary 10011 10111 1111010 1010100 1010001 0 110100 11101110 1001001 11100

Color Harmonies of #13177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13177A

Black with #13177A

Text Example


Text Example

White with #13177A

Text Example


Text Example

HTML Codes & Css Web 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>