Html Css Color HEX #130777 Midnight Blue

📋 copy color: '#130777'

red 19 ◦ green 7 ◦ blue 119

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

Shades of Midnight Blue #130777

Tints of Midnight Blue #130777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 119 (46.88% from 255) = 82.07%

R = 13.1%
G = 4.83%
B = 82.07%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130777 (or 0x130777) is known color: Midnight Blue. HEX triplet: 13, 07 and 77. RGB value is (19,7,119). Sum of RGB (Red+Green+Blue) = 19+7+119=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #130777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130777 is #ECF888. Grayscale: #161616. Windows color (decimal): -15530121 or 7800595. OLE color: 7800595.

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

Color convert

RGB 19 7 119 -
CMYK 0.84 0.94 0 0.53
HSL 246.43º 0.89% 0.25% -
HSV(B) 246.43º 0.94% 0.47% -
XYZ 3.67 1.62 17.57 -
YUV 23.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 19 7 119 0.84 0.94 0 0.53 246.43 0.89 0.25
Hex 13 7 77 54 5E 0 35 F6 59 19
Octal 23 7 167 124 136 0 65 366 131 31
Binary 10011 111 1110111 1010100 1011110 0 110101 11110110 1011001 11001

Color Harmonies of #130777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130777

Black with #130777

Text Example


Text Example

White with #130777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130777; }

 p { color: rgb(19,7,119); }

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

background-color css

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

 a { background-color: rgb(19,7,119); }

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

border-color css

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

 span { border-color: rgb(19,7,119); }

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