Html Css Color HEX #130A76 Midnight Blue

📋 copy color: '#130A76'

red 19 ◦ green 10 ◦ blue 118

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

Shades of Midnight Blue #130A76

Tints of Midnight Blue #130A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.8%

 BLUE value IS 118 (46.48% from 255) = 80.27%

R = 12.93%
G = 6.8%
B = 80.27%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130A76 (or 0x130A76) is known color: Midnight Blue. HEX triplet: 13, 0A and 76. RGB value is (19,10,118). Sum of RGB (Red+Green+Blue) = 19+10+118=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #130A76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A76 is #ECF589. Grayscale: #181818. Windows color (decimal): -15529354 or 7735827. OLE color: 7735827.

HSL color Cylindrical-coordinate representation of color #130A76: hue angle of 245º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130A76 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 10 118 -
CMYK 0.84 0.92 0 0.54
HSL 245º 0.84% 0.25% -
HSV(B) 245º 0.92% 0.46% -
XYZ 3.65 1.66 17.27 -
YUV 25 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 19 10 118 0.84 0.92 0 0.54 245 0.84 0.25
Hex 13 A 76 54 5C 0 36 F5 54 19
Octal 23 12 166 124 134 0 66 365 124 31
Binary 10011 1010 1110110 1010100 1011100 0 110110 11110101 1010100 11001

Color Harmonies of #130A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A76

Black with #130A76

Text Example


Text Example

White with #130A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,118); }

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

background-color css

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

 a { background-color: rgb(19,10,118); }

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

border-color css

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

 span { border-color: rgb(19,10,118); }

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