Html Css Color HEX #131055 Midnight Blue

📋 copy color: '#131055'

red 19 ◦ green 16 ◦ blue 85

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

Shades of Midnight Blue #131055

Tints of Midnight Blue #131055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

 BLUE value IS 85 (33.59% from 255) = 70.83%

R = 15.83%
G = 13.33%
B = 70.83%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131055 (or 0x131055) is known color: Midnight Blue. HEX triplet: 13, 10 and 55. RGB value is (19,16,85). Sum of RGB (Red+Green+Blue) = 19+16+85=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #131055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131055 is #ECEFAA. Grayscale: #181818. Windows color (decimal): -15527851 or 5574675. OLE color: 5574675.

HSL color Cylindrical-coordinate representation of color #131055: hue angle of 242.61º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131055 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 16 85 -
CMYK 0.78 0.81 0 0.67
HSL 242.61º 0.68% 0.2% -
HSV(B) 242.61º 0.81% 0.33% -
XYZ 2.09 1.16 8.71 -
YUV 24.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 19 16 85 0.78 0.81 0 0.67 242.61 0.68 0.2
Hex 13 10 55 4E 51 0 43 F3 44 14
Octal 23 20 125 116 121 0 103 363 104 24
Binary 10011 10000 1010101 1001110 1010001 0 1000011 11110011 1000100 10100

Color Harmonies of #131055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131055

Black with #131055

Text Example


Text Example

White with #131055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131055; }

 p { color: rgb(19,16,85); }

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

background-color css

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

 a { background-color: rgb(19,16,85); }

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

border-color css

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

 span { border-color: rgb(19,16,85); }

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