Html Css Color HEX #130F79 Midnight Blue

📋 copy color: '#130F79'

red 19 ◦ green 15 ◦ blue 121

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

Shades of Midnight Blue #130F79

Tints of Midnight Blue #130F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 78.06%

R = 12.26%
G = 9.68%
B = 78.06%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130F79 (or 0x130F79) is known color: Midnight Blue. HEX triplet: 13, 0F and 79. RGB value is (19,15,121). Sum of RGB (Red+Green+Blue) = 19+15+121=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #130F79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F79 is #ECF086. Grayscale: #1B1B1B. Windows color (decimal): -15528071 or 7933715. OLE color: 7933715.

HSL color Cylindrical-coordinate representation of color #130F79: hue angle of 242.26º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130F79 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 15 121 -
CMYK 0.84 0.88 0 0.53
HSL 242.26º 0.78% 0.27% -
HSV(B) 242.26º 0.88% 0.47% -
XYZ 3.89 1.86 18.24 -
YUV 28.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 19 15 121 0.84 0.88 0 0.53 242.26 0.78 0.27
Hex 13 F 79 54 58 0 35 F2 4E 1B
Octal 23 17 171 124 130 0 65 362 116 33
Binary 10011 1111 1111001 1010100 1011000 0 110101 11110010 1001110 11011

Color Harmonies of #130F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F79

Black with #130F79

Text Example


Text Example

White with #130F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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