Html Css Color HEX #13167C Midnight Blue

📋 copy color: '#13167C'

red 19 ◦ green 22 ◦ blue 124

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

Shades of Midnight Blue #13167C

Tints of Midnight Blue #13167C

RGB

 RED value IS 19 (7.81% from 255) = 11.52%

 GREEN value IS 22 (8.98% from 255) = 13.33%

 BLUE value IS 124 (48.83% from 255) = 75.15%

R = 11.52%
G = 13.33%
B = 75.15%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13167C (or 0x13167C) is known color: Midnight Blue. HEX triplet: 13, 16 and 7C. RGB value is (19,22,124). Sum of RGB (Red+Green+Blue) = 19+22+124=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #13167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13167C is #ECE983. Grayscale: #202020. Windows color (decimal): -15526276 or 8132115. OLE color: 8132115.

HSL color Cylindrical-coordinate representation of color #13167C: hue angle of 238.29º degrees, saturation: 0.73, 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 #13167C is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 22 124 -
CMYK 0.85 0.82 0 0.51
HSL 238.29º 0.73% 0.28% -
HSV(B) 238.29º 0.85% 0.49% -
XYZ 4.19 2.17 19.27 -
YUV 32.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 19 22 124 0.85 0.82 0 0.51 238.29 0.73 0.28
Hex 13 16 7C 55 52 0 33 EE 49 1C
Octal 23 26 174 125 122 0 63 356 111 34
Binary 10011 10110 1111100 1010101 1010010 0 110011 11101110 1001001 11100

Color Harmonies of #13167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13167C

Black with #13167C

Text Example


Text Example

White with #13167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13167C;
 }
 .AnyTagClassName
 {
   color: #13167C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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