Html Css Color HEX #13166B Midnight Blue

📋 copy color: '#13166B'

red 19 ◦ green 22 ◦ blue 107

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

Shades of Midnight Blue #13166B

Tints of Midnight Blue #13166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 72.3%

R = 12.84%
G = 14.86%
B = 72.3%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13166B (or 0x13166B) is known color: Midnight Blue. HEX triplet: 13, 16 and 6B. RGB value is (19,22,107). Sum of RGB (Red+Green+Blue) = 19+22+107=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #13166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13166B is #ECE994. Grayscale: #1E1E1E. Windows color (decimal): -15526293 or 7018003. OLE color: 7018003.

HSL color Cylindrical-coordinate representation of color #13166B: hue angle of 237.95º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13166B is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 22 107 -
CMYK 0.82 0.79 0 0.58
HSL 237.95º 0.7% 0.25% -
HSV(B) 237.95º 0.82% 0.42% -
XYZ 3.21 1.77 14.08 -
YUV 30.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 19 22 107 0.82 0.79 0 0.58 237.95 0.7 0.25
Hex 13 16 6B 52 4F 0 3A EE 46 19
Octal 23 26 153 122 117 0 72 356 106 31
Binary 10011 10110 1101011 1010010 1001111 0 111010 11101110 1000110 11001

Color Harmonies of #13166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13166B

Black with #13166B

Text Example


Text Example

White with #13166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13166B; }

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

 H1.HeaderClassName
 {
   color: #13166B;
 }
 .AnyTagClassName
 {
   color: #13166B;
 }
</style>

background-color css

<style>
 a { background-color: #13166B; }

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

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

border-color css

<style>
 span { border-color: #13166B; }

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

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