Html Css Color HEX #130C73 Midnight Blue

📋 copy color: '#130C73'

red 19 ◦ green 12 ◦ blue 115

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

Shades of Midnight Blue #130C73

Tints of Midnight Blue #130C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.22%

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

R = 13.01%
G = 8.22%
B = 78.77%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130C73 (or 0x130C73) is known color: Midnight Blue. HEX triplet: 13, 0C and 73. RGB value is (19,12,115). Sum of RGB (Red+Green+Blue) = 19+12+115=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #130C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C73 is #ECF38C. Grayscale: #191919. Windows color (decimal): -15528845 or 7539731. OLE color: 7539731.

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

Color convert

RGB 19 12 115 -
CMYK 0.83 0.90 0 0.55
HSL 244.08º 0.81% 0.25% -
HSV(B) 244.08º 0.9% 0.45% -
XYZ 3.49 1.64 16.35 -
YUV 25.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 19 12 115 0.83 0.90 0 0.55 244.08 0.81 0.25
Hex 13 C 73 53 5A 0 37 F4 51 19
Octal 23 14 163 123 132 0 67 364 121 31
Binary 10011 1100 1110011 1010011 1011010 0 110111 11110100 1010001 11001

Color Harmonies of #130C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C73

Black with #130C73

Text Example


Text Example

White with #130C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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