Html Css Color HEX #130C5F Midnight Blue

📋 copy color: '#130C5F'

red 19 ◦ green 12 ◦ blue 95

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

Shades of Midnight Blue #130C5F

Tints of Midnight Blue #130C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 75.4%

R = 15.08%
G = 9.52%
B = 75.4%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#130C5F (or 0x130C5F) is known color: Midnight Blue. HEX triplet: 13, 0C and 5F. RGB value is (19,12,95). Sum of RGB (Red+Green+Blue) = 19+12+95=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #130C5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C5F is #ECF3A0. Grayscale: #171717. Windows color (decimal): -15528865 or 6229011. OLE color: 6229011.

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

Color convert

RGB 19 12 95 -
CMYK 0.80 0.87 0 0.63
HSL 245.06º 0.78% 0.21% -
HSV(B) 245.06º 0.87% 0.37% -
XYZ 2.47 1.23 10.93 -
YUV 23.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 19 12 95 0.80 0.87 0 0.63 245.06 0.78 0.21
Hex 13 C 5F 50 57 0 3F F5 4E 15
Octal 23 14 137 120 127 0 77 365 116 25
Binary 10011 1100 1011111 1010000 1010111 0 111111 11110101 1001110 10101

Color Harmonies of #130C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C5F

Black with #130C5F

Text Example


Text Example

White with #130C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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