Html Css Color HEX #131073 Midnight Blue

📋 copy color: '#131073'

red 19 ◦ green 16 ◦ blue 115

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

Shades of Midnight Blue #131073

Tints of Midnight Blue #131073

RGB

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

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

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

R = 12.67%
G = 10.67%
B = 76.67%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131073 (or 0x131073) is known color: Midnight Blue. HEX triplet: 13, 10 and 73. RGB value is (19,16,115). Sum of RGB (Red+Green+Blue) = 19+16+115=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #131073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131073 is #ECEF8C. Grayscale: #1B1B1B. Windows color (decimal): -15527821 or 7540755. OLE color: 7540755.

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

Color convert

RGB 19 16 115 -
CMYK 0.83 0.86 0 0.55
HSL 241.82º 0.76% 0.26% -
HSV(B) 241.82º 0.86% 0.45% -
XYZ 3.55 1.75 16.37 -
YUV 28.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 19 16 115 0.83 0.86 0 0.55 241.82 0.76 0.26
Hex 13 10 73 53 56 0 37 F2 4C 1A
Octal 23 20 163 123 126 0 67 362 114 32
Binary 10011 10000 1110011 1010011 1010110 0 110111 11110010 1001100 11010

Color Harmonies of #131073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131073

Black with #131073

Text Example


Text Example

White with #131073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131073; }

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

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

background-color css

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

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

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

border-color css

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

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

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