Html Css Color HEX #130373 Midnight Blue

📋 copy color: '#130373'

red 19 ◦ green 3 ◦ blue 115

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

Shades of Midnight Blue #130373

Tints of Midnight Blue #130373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 13.87%
G = 2.19%
B = 83.94%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130373 (or 0x130373) is known color: Midnight Blue. HEX triplet: 13, 03 and 73. RGB value is (19,3,115). Sum of RGB (Red+Green+Blue) = 19+3+115=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #130373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130373 is #ECFC8C. Grayscale: #141414. Windows color (decimal): -15531149 or 7537427. OLE color: 7537427.

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

Color convert

RGB 19 3 115 -
CMYK 0.83 0.97 0 0.55
HSL 248.57º 0.95% 0.23% -
HSV(B) 248.57º 0.97% 0.45% -
XYZ 3.4 1.44 16.32 -
YUV 20.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 19 3 115 0.83 0.97 0 0.55 248.57 0.95 0.23
Hex 13 3 73 53 61 0 37 F9 5F 17
Octal 23 3 163 123 141 0 67 371 137 27
Binary 10011 11 1110011 1010011 1100001 0 110111 11111001 1011111 10111

Color Harmonies of #130373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130373

Black with #130373

Text Example


Text Example

White with #130373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130373; }

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

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

background-color css

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

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

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

border-color css

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

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

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