Html Css Color HEX #130F5D Midnight Blue

📋 copy color: '#130F5D'

red 19 ◦ green 15 ◦ blue 93

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

Shades of Midnight Blue #130F5D

Tints of Midnight Blue #130F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.81%

 BLUE value IS 93 (36.72% from 255) = 73.23%

R = 14.96%
G = 11.81%
B = 73.23%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#130F5D (or 0x130F5D) is known color: Midnight Blue. HEX triplet: 13, 0F and 5D. RGB value is (19,15,93). Sum of RGB (Red+Green+Blue) = 19+15+93=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #130F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F5D is #ECF0A2. Grayscale: #181818. Windows color (decimal): -15528099 or 6098707. OLE color: 6098707.

HSL color Cylindrical-coordinate representation of color #130F5D: hue angle of 243.08º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130F5D is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 15 93 -
CMYK 0.80 0.84 0 0.64
HSL 243.08º 0.72% 0.21% -
HSV(B) 243.08º 0.84% 0.36% -
XYZ 2.42 1.27 10.47 -
YUV 25.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 19 15 93 0.80 0.84 0 0.64 243.08 0.72 0.21
Hex 13 F 5D 50 54 0 40 F3 48 15
Octal 23 17 135 120 124 0 100 363 110 25
Binary 10011 1111 1011101 1010000 1010100 0 1000000 11110011 1001000 10101

Color Harmonies of #130F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F5D

Black with #130F5D

Text Example


Text Example

White with #130F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,15,93); }

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

background-color css

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

 a { background-color: rgb(19,15,93); }

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

border-color css

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

 span { border-color: rgb(19,15,93); }

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