Html Css Color HEX #130760 Midnight Blue

📋 copy color: '#130760'

red 19 ◦ green 7 ◦ blue 96

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

Shades of Midnight Blue #130760

Tints of Midnight Blue #130760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 78.69%

R = 15.57%
G = 5.74%
B = 78.69%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130760 (or 0x130760) is known color: Midnight Blue. HEX triplet: 13, 07 and 60. RGB value is (19,7,96). Sum of RGB (Red+Green+Blue) = 19+7+96=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #130760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130760 is #ECF89F. Grayscale: #141414. Windows color (decimal): -15530144 or 6293267. OLE color: 6293267.

HSL color Cylindrical-coordinate representation of color #130760: hue angle of 248.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130760 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 7 96 -
CMYK 0.80 0.93 0 0.62
HSL 248.09º 0.86% 0.2% -
HSV(B) 248.09º 0.93% 0.38% -
XYZ 2.46 1.13 11.16 -
YUV 20.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 19 7 96 0.80 0.93 0 0.62 248.09 0.86 0.2
Hex 13 7 60 50 5D 0 3E F8 56 14
Octal 23 7 140 120 135 0 76 370 126 24
Binary 10011 111 1100000 1010000 1011101 0 111110 11111000 1010110 10100

Color Harmonies of #130760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130760

Black with #130760

Text Example


Text Example

White with #130760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130760; }

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

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

background-color css

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

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

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

border-color css

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

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

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