Html Css Color HEX #131753 Midnight Blue

📋 copy color: '#131753'

red 19 ◦ green 23 ◦ blue 83

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

Shades of Midnight Blue #131753

Tints of Midnight Blue #131753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.4%

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

R = 15.2%
G = 18.4%
B = 66.4%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131753 (or 0x131753) is known color: Midnight Blue. HEX triplet: 13, 17 and 53. RGB value is (19,23,83). Sum of RGB (Red+Green+Blue) = 19+23+83=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #131753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131753 is #ECE8AC. Grayscale: #1C1C1C. Windows color (decimal): -15526061 or 5445395. OLE color: 5445395.

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

Color convert

RGB 19 23 83 -
CMYK 0.77 0.72 0 0.67
HSL 236.25º 0.63% 0.2% -
HSV(B) 236.25º 0.77% 0.33% -
XYZ 2.14 1.38 8.34 -
YUV 28.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 19 23 83 0.77 0.72 0 0.67 236.25 0.63 0.2
Hex 13 17 53 4D 48 0 43 EC 3F 14
Octal 23 27 123 115 110 0 103 354 77 24
Binary 10011 10111 1010011 1001101 1001000 0 1000011 11101100 111111 10100

Color Harmonies of #131753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131753

Black with #131753

Text Example


Text Example

White with #131753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131753; }

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

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

background-color css

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

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

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

border-color css

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

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

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