Html Css Color HEX #130460 Midnight Blue

📋 copy color: '#130460'

red 19 ◦ green 4 ◦ blue 96

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

Shades of Midnight Blue #130460

Tints of Midnight Blue #130460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 15.97%
G = 3.36%
B = 80.67%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130460 (or 0x130460) is known color: Midnight Blue. HEX triplet: 13, 04 and 60. RGB value is (19,4,96). Sum of RGB (Red+Green+Blue) = 19+4+96=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #130460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130460 is #ECFB9F. Grayscale: #121212. Windows color (decimal): -15530912 or 6292499. OLE color: 6292499.

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

Color convert

RGB 19 4 96 -
CMYK 0.80 0.96 0 0.62
HSL 249.78º 0.92% 0.2% -
HSV(B) 249.78º 0.96% 0.38% -
XYZ 2.42 1.07 11.15 -
YUV 18.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 19 4 96 0.80 0.96 0 0.62 249.78 0.92 0.2
Hex 13 4 60 50 60 0 3E FA 5C 14
Octal 23 4 140 120 140 0 76 372 134 24
Binary 10011 100 1100000 1010000 1100000 0 111110 11111010 1011100 10100

Color Harmonies of #130460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130460

Black with #130460

Text Example


Text Example

White with #130460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130460; }

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

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

background-color css

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

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

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

border-color css

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

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

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