Html Css Color HEX #131167 Midnight Blue

📋 copy color: '#131167'

red 19 ◦ green 17 ◦ blue 103

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

Shades of Midnight Blue #131167

Tints of Midnight Blue #131167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 74.1%

R = 13.67%
G = 12.23%
B = 74.1%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#131167 (or 0x131167) is known color: Midnight Blue. HEX triplet: 13, 11 and 67. RGB value is (19,17,103). Sum of RGB (Red+Green+Blue) = 19+17+103=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #131167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131167 is #ECEE98. Grayscale: #1B1B1B. Windows color (decimal): -15527577 or 6754579. OLE color: 6754579.

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

Color convert

RGB 19 17 103 -
CMYK 0.82 0.83 0 0.60
HSL 241.4º 0.72% 0.24% -
HSV(B) 241.4º 0.83% 0.4% -
XYZ 2.92 1.52 12.97 -
YUV 27.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 19 17 103 0.82 0.83 0 0.60 241.4 0.72 0.24
Hex 13 11 67 52 53 0 3C F1 48 18
Octal 23 21 147 122 123 0 74 361 110 30
Binary 10011 10001 1100111 1010010 1010011 0 111100 11110001 1001000 11000

Color Harmonies of #131167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131167

Black with #131167

Text Example


Text Example

White with #131167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131167; }

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

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

background-color css

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

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

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

border-color css

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

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

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