Html Css Color HEX #131168 Midnight Blue

📋 copy color: '#131168'

red 19 ◦ green 17 ◦ blue 104

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

Shades of Midnight Blue #131168

Tints of Midnight Blue #131168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 104 (41.02% from 255) = 74.29%

R = 13.57%
G = 12.14%
B = 74.29%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#131168 (or 0x131168) is known color: Midnight Blue. HEX triplet: 13, 11 and 68. RGB value is (19,17,104). Sum of RGB (Red+Green+Blue) = 19+17+104=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #131168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131168 is #ECEE97. Grayscale: #1B1B1B. Windows color (decimal): -15527576 or 6820115. OLE color: 6820115.

HSL color Cylindrical-coordinate representation of color #131168: hue angle of 241.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131168 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 17 104 -
CMYK 0.82 0.84 0 0.59
HSL 241.38º 0.72% 0.24% -
HSV(B) 241.38º 0.84% 0.41% -
XYZ 2.97 1.54 13.24 -
YUV 27.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 19 17 104 0.82 0.84 0 0.59 241.38 0.72 0.24
Hex 13 11 68 52 54 0 3B F1 48 18
Octal 23 21 150 122 124 0 73 361 110 30
Binary 10011 10001 1101000 1010010 1010100 0 111011 11110001 1001000 11000

Color Harmonies of #131168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131168

Black with #131168

Text Example


Text Example

White with #131168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131168; }

 p { color: rgb(19,17,104); }

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

background-color css

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

 a { background-color: rgb(19,17,104); }

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

border-color css

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

 span { border-color: rgb(19,17,104); }

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