Html Css Color HEX #131053 Midnight Blue

📋 copy color: '#131053'

red 19 ◦ green 16 ◦ blue 83

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

Shades of Midnight Blue #131053

Tints of Midnight Blue #131053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 70.34%

R = 16.1%
G = 13.56%
B = 70.34%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131053 (or 0x131053) is known color: Midnight Blue. HEX triplet: 13, 10 and 53. RGB value is (19,16,83). Sum of RGB (Red+Green+Blue) = 19+16+83=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #131053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131053 is #ECEFAC. Grayscale: #181818. Windows color (decimal): -15527853 or 5443603. OLE color: 5443603.

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

Color convert

RGB 19 16 83 -
CMYK 0.77 0.81 0 0.67
HSL 242.69º 0.68% 0.19% -
HSV(B) 242.69º 0.81% 0.33% -
XYZ 2.02 1.13 8.3 -
YUV 24.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 19 16 83 0.77 0.81 0 0.67 242.69 0.68 0.19
Hex 13 10 53 4D 51 0 43 F3 44 13
Octal 23 20 123 115 121 0 103 363 104 23
Binary 10011 10000 1010011 1001101 1010001 0 1000011 11110011 1000100 10011

Color Harmonies of #131053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131053

Black with #131053

Text Example


Text Example

White with #131053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131053; }

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

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

background-color css

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

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

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

border-color css

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

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

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