Html Css Color HEX #130F73 Midnight Blue

📋 copy color: '#130F73'

red 19 ◦ green 15 ◦ blue 115

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

Shades of Midnight Blue #130F73

Tints of Midnight Blue #130F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.07%

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

R = 12.75%
G = 10.07%
B = 77.18%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130F73 (or 0x130F73) is known color: Midnight Blue. HEX triplet: 13, 0F and 73. RGB value is (19,15,115). Sum of RGB (Red+Green+Blue) = 19+15+115=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #130F73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F73 is #ECF08C. Grayscale: #1B1B1B. Windows color (decimal): -15528077 or 7540499. OLE color: 7540499.

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

Color convert

RGB 19 15 115 -
CMYK 0.83 0.87 0 0.55
HSL 242.4º 0.77% 0.25% -
HSV(B) 242.4º 0.87% 0.45% -
XYZ 3.53 1.72 16.36 -
YUV 27.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 19 15 115 0.83 0.87 0 0.55 242.4 0.77 0.25
Hex 13 F 73 53 57 0 37 F2 4D 19
Octal 23 17 163 123 127 0 67 362 115 31
Binary 10011 1111 1110011 1010011 1010111 0 110111 11110010 1001101 11001

Color Harmonies of #130F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F73

Black with #130F73

Text Example


Text Example

White with #130F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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