Html Css Color HEX #131273 Midnight Blue

📋 copy color: '#131273'

red 19 ◦ green 18 ◦ blue 115

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

Shades of Midnight Blue #131273

Tints of Midnight Blue #131273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 115 (45.31% from 255) = 75.66%

R = 12.5%
G = 11.84%
B = 75.66%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131273 (or 0x131273) is known color: Midnight Blue. HEX triplet: 13, 12 and 73. RGB value is (19,18,115). Sum of RGB (Red+Green+Blue) = 19+18+115=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #131273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131273 is #ECED8C. Grayscale: #1C1C1C. Windows color (decimal): -15527309 or 7541267. OLE color: 7541267.

HSL color Cylindrical-coordinate representation of color #131273: hue angle of 240.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131273 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 18 115 -
CMYK 0.83 0.84 0 0.55
HSL 240.62º 0.73% 0.26% -
HSV(B) 240.62º 0.84% 0.45% -
XYZ 3.58 1.81 16.38 -
YUV 29.36 176.33 120.61 -
System Red Green Blue C M Y K H S L
Decimal 19 18 115 0.83 0.84 0 0.55 240.62 0.73 0.26
Hex 13 12 73 53 54 0 37 F1 49 1A
Octal 23 22 163 123 124 0 67 361 111 32
Binary 10011 10010 1110011 1010011 1010100 0 110111 11110001 1001001 11010

Color Harmonies of #131273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131273

Black with #131273

Text Example


Text Example

White with #131273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131273; }

 p { color: rgb(19,18,115); }

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

background-color css

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

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

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

border-color css

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

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

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