Html Css Color HEX #130764 Midnight Blue

📋 copy color: '#130764'

red 19 ◦ green 7 ◦ blue 100

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

Shades of Midnight Blue #130764

Tints of Midnight Blue #130764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 79.37%

R = 15.08%
G = 5.56%
B = 79.37%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#130764 (or 0x130764) is known color: Midnight Blue. HEX triplet: 13, 07 and 64. RGB value is (19,7,100). Sum of RGB (Red+Green+Blue) = 19+7+100=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 100 (39.45% from 255 or 79.37% from 126); Max value from RGB is 100 - color contains mainly: blue. Hex color #130764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130764 is #ECF89B. Grayscale: #141414. Windows color (decimal): -15530140 or 6555411. OLE color: 6555411.

HSL color Cylindrical-coordinate representation of color #130764: hue angle of 247.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130764 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 7 100 -
CMYK 0.81 0.93 0 0.61
HSL 247.74º 0.87% 0.21% -
HSV(B) 247.74º 0.93% 0.39% -
XYZ 2.64 1.21 12.15 -
YUV 21.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 19 7 100 0.81 0.93 0 0.61 247.74 0.87 0.21
Hex 13 7 64 51 5D 0 3D F8 57 15
Octal 23 7 144 121 135 0 75 370 127 25
Binary 10011 111 1100100 1010001 1011101 0 111101 11111000 1010111 10101

Color Harmonies of #130764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130764

Black with #130764

Text Example


Text Example

White with #130764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130764; }

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

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

background-color css

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

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

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

border-color css

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

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

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