Html Css Color HEX #130E71 Midnight Blue

📋 copy color: '#130E71'

red 19 ◦ green 14 ◦ blue 113

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

Shades of Midnight Blue #130E71

Tints of Midnight Blue #130E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.59%

 BLUE value IS 113 (44.53% from 255) = 77.4%

R = 13.01%
G = 9.59%
B = 77.4%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130E71 (or 0x130E71) is known color: Midnight Blue. HEX triplet: 13, 0E and 71. RGB value is (19,14,113). Sum of RGB (Red+Green+Blue) = 19+14+113=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #130E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E71 is #ECF18E. Grayscale: #1A1A1A. Windows color (decimal): -15528335 or 7409171. OLE color: 7409171.

HSL color Cylindrical-coordinate representation of color #130E71: hue angle of 243.03º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130E71 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 14 113 -
CMYK 0.83 0.88 0 0.56
HSL 243.03º 0.78% 0.25% -
HSV(B) 243.03º 0.88% 0.44% -
XYZ 3.41 1.64 15.76 -
YUV 26.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 19 14 113 0.83 0.88 0 0.56 243.03 0.78 0.25
Hex 13 E 71 53 58 0 38 F3 4E 19
Octal 23 16 161 123 130 0 70 363 116 31
Binary 10011 1110 1110001 1010011 1011000 0 111000 11110011 1001110 11001

Color Harmonies of #130E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E71

Black with #130E71

Text Example


Text Example

White with #130E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,113); }

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

background-color css

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

 a { background-color: rgb(19,14,113); }

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

border-color css

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

 span { border-color: rgb(19,14,113); }

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