Html Css Color HEX #130A73 Midnight Blue

📋 copy color: '#130A73'

red 19 ◦ green 10 ◦ blue 115

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

Shades of Midnight Blue #130A73

Tints of Midnight Blue #130A73

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

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

R = 13.19%
G = 6.94%
B = 79.86%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130A73 (or 0x130A73) is known color: Midnight Blue. HEX triplet: 13, 0A and 73. RGB value is (19,10,115). Sum of RGB (Red+Green+Blue) = 19+10+115=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #130A73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A73 is #ECF58C. Grayscale: #181818. Windows color (decimal): -15529357 or 7539219. OLE color: 7539219.

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

Color convert

RGB 19 10 115 -
CMYK 0.83 0.91 0 0.55
HSL 245.14º 0.84% 0.25% -
HSV(B) 245.14º 0.91% 0.45% -
XYZ 3.47 1.59 16.34 -
YUV 24.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 19 10 115 0.83 0.91 0 0.55 245.14 0.84 0.25
Hex 13 A 73 53 5B 0 37 F5 54 19
Octal 23 12 163 123 133 0 67 365 124 31
Binary 10011 1010 1110011 1010011 1011011 0 110111 11110101 1010100 11001

Color Harmonies of #130A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A73

Black with #130A73

Text Example


Text Example

White with #130A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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