Html Css Color HEX #13166F Midnight Blue

📋 copy color: '#13166F'

red 19 ◦ green 22 ◦ blue 111

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

Shades of Midnight Blue #13166F

Tints of Midnight Blue #13166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 73.03%

R = 12.5%
G = 14.47%
B = 73.03%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13166F (or 0x13166F) is known color: Midnight Blue. HEX triplet: 13, 16 and 6F. RGB value is (19,22,111). Sum of RGB (Red+Green+Blue) = 19+22+111=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #13166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13166F is #ECE990. Grayscale: #1E1E1E. Windows color (decimal): -15526289 or 7280147. OLE color: 7280147.

HSL color Cylindrical-coordinate representation of color #13166F: hue angle of 238.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13166F is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 22 111 -
CMYK 0.83 0.80 0 0.56
HSL 238.04º 0.71% 0.25% -
HSV(B) 238.04º 0.83% 0.44% -
XYZ 3.42 1.86 15.22 -
YUV 31.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 19 22 111 0.83 0.80 0 0.56 238.04 0.71 0.25
Hex 13 16 6F 53 50 0 38 EE 47 19
Octal 23 26 157 123 120 0 70 356 107 31
Binary 10011 10110 1101111 1010011 1010000 0 111000 11101110 1000111 11001

Color Harmonies of #13166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13166F

Black with #13166F

Text Example


Text Example

White with #13166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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