Html Css Color HEX #131353 Midnight Blue

📋 copy color: '#131353'

red 19 ◦ green 19 ◦ blue 83

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

Shades of Midnight Blue #131353

Tints of Midnight Blue #131353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 15.7%
G = 15.7%
B = 68.6%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131353 (or 0x131353) is known color: Midnight Blue. HEX triplet: 13, 13 and 53. RGB value is (19,19,83). Sum of RGB (Red+Green+Blue) = 19+19+83=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #131353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131353 is #ECECAC. Grayscale: #1A1A1A. Windows color (decimal): -15527085 or 5444371. OLE color: 5444371.

HSL color Cylindrical-coordinate representation of color #131353: hue angle of 240º 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 #131353 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 19 83 -
CMYK 0.77 0.77 0 0.67
HSL 240º 0.63% 0.2% -
HSV(B) 240º 0.77% 0.33% -
XYZ 2.06 1.23 8.31 -
YUV 26.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 19 19 83 0.77 0.77 0 0.67 240 0.63 0.2
Hex 13 13 53 4D 4D 0 43 F0 3F 14
Octal 23 23 123 115 115 0 103 360 77 24
Binary 10011 10011 1010011 1001101 1001101 0 1000011 11110000 111111 10100

Color Harmonies of #131353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131353

Black with #131353

Text Example


Text Example

White with #131353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131353; }

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

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

background-color css

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

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

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

border-color css

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

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

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