Html Css Color HEX #130978 Midnight Blue

📋 copy color: '#130978'

red 19 ◦ green 9 ◦ blue 120

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

Shades of Midnight Blue #130978

Tints of Midnight Blue #130978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

 BLUE value IS 120 (47.27% from 255) = 81.08%

R = 12.84%
G = 6.08%
B = 81.08%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130978 (or 0x130978) is known color: Midnight Blue. HEX triplet: 13, 09 and 78. RGB value is (19,9,120). Sum of RGB (Red+Green+Blue) = 19+9+120=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #130978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130978 is #ECF687. Grayscale: #181818. Windows color (decimal): -15529608 or 7866643. OLE color: 7866643.

HSL color Cylindrical-coordinate representation of color #130978: hue angle of 245.41º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130978 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 9 120 -
CMYK 0.84 0.92 0 0.53
HSL 245.41º 0.86% 0.25% -
HSV(B) 245.41º 0.93% 0.47% -
XYZ 3.76 1.69 17.9 -
YUV 24.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 19 9 120 0.84 0.92 0 0.53 245.41 0.86 0.25
Hex 13 9 78 54 5C 0 35 F5 56 19
Octal 23 11 170 124 134 0 65 365 126 31
Binary 10011 1001 1111000 1010100 1011100 0 110101 11110101 1010110 11001

Color Harmonies of #130978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130978

Black with #130978

Text Example


Text Example

White with #130978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130978; }

 p { color: rgb(19,9,120); }

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

background-color css

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

 a { background-color: rgb(19,9,120); }

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

border-color css

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

 span { border-color: rgb(19,9,120); }

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