Html Css Color HEX #130879 Midnight Blue

📋 copy color: '#130879'

red 19 ◦ green 8 ◦ blue 121

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

Shades of Midnight Blue #130879

Tints of Midnight Blue #130879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 12.84%
G = 5.41%
B = 81.76%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130879 (or 0x130879) is known color: Midnight Blue. HEX triplet: 13, 08 and 79. RGB value is (19,8,121). Sum of RGB (Red+Green+Blue) = 19+8+121=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 121 (47.66% from 255 or 81.76% from 148); Max value from RGB is 121 - color contains mainly: blue. Hex color #130879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130879 is #ECF786. Grayscale: #171717. Windows color (decimal): -15529863 or 7931923. OLE color: 7931923.

HSL color Cylindrical-coordinate representation of color #130879: hue angle of 245.84º degrees, saturation: 0.88, 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 #130879 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 8 121 -
CMYK 0.84 0.93 0 0.53
HSL 245.84º 0.88% 0.25% -
HSV(B) 245.84º 0.93% 0.47% -
XYZ 3.81 1.69 18.22 -
YUV 24.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 19 8 121 0.84 0.93 0 0.53 245.84 0.88 0.25
Hex 13 8 79 54 5D 0 35 F6 58 19
Octal 23 10 171 124 135 0 65 366 130 31
Binary 10011 1000 1111001 1010100 1011101 0 110101 11110110 1011000 11001

Color Harmonies of #130879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130879

Black with #130879

Text Example


Text Example

White with #130879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130879; }

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

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

background-color css

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

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

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

border-color css

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

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

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