Html Css Color HEX #130C60 Midnight Blue

📋 copy color: '#130C60'

red 19 ◦ green 12 ◦ blue 96

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

Shades of Midnight Blue #130C60

Tints of Midnight Blue #130C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.45%

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

R = 14.96%
G = 9.45%
B = 75.59%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130C60 (or 0x130C60) is known color: Midnight Blue. HEX triplet: 13, 0C and 60. RGB value is (19,12,96). Sum of RGB (Red+Green+Blue) = 19+12+96=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #130C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C60 is #ECF39F. Grayscale: #171717. Windows color (decimal): -15528864 or 6294547. OLE color: 6294547.

HSL color Cylindrical-coordinate representation of color #130C60: hue angle of 245º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130C60 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 12 96 -
CMYK 0.80 0.88 0 0.62
HSL 245º 0.78% 0.21% -
HSV(B) 245º 0.88% 0.38% -
XYZ 2.51 1.25 11.17 -
YUV 23.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 19 12 96 0.80 0.88 0 0.62 245 0.78 0.21
Hex 13 C 60 50 58 0 3E F5 4E 15
Octal 23 14 140 120 130 0 76 365 116 25
Binary 10011 1100 1100000 1010000 1011000 0 111110 11110101 1001110 10101

Color Harmonies of #130C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C60

Black with #130C60

Text Example


Text Example

White with #130C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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