Html Css Color HEX #130E7D Midnight Blue

📋 copy color: '#130E7D'

red 19 ◦ green 14 ◦ blue 125

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

Shades of Midnight Blue #130E7D

Tints of Midnight Blue #130E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 79.11%

R = 12.03%
G = 8.86%
B = 79.11%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#130E7D (or 0x130E7D) is known color: Midnight Blue. HEX triplet: 13, 0E and 7D. RGB value is (19,14,125). Sum of RGB (Red+Green+Blue) = 19+14+125=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #130E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E7D is #ECF182. Grayscale: #1B1B1B. Windows color (decimal): -15528323 or 8195603. OLE color: 8195603.

HSL color Cylindrical-coordinate representation of color #130E7D: hue angle of 242.7º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130E7D is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 14 125 -
CMYK 0.85 0.89 0 0.51
HSL 242.7º 0.8% 0.27% -
HSV(B) 242.7º 0.89% 0.49% -
XYZ 4.13 1.93 19.56 -
YUV 28.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 19 14 125 0.85 0.89 0 0.51 242.7 0.8 0.27
Hex 13 E 7D 55 59 0 33 F3 50 1B
Octal 23 16 175 125 131 0 63 363 120 33
Binary 10011 1110 1111101 1010101 1011001 0 110011 11110011 1010000 11011

Color Harmonies of #130E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E7D

Black with #130E7D

Text Example


Text Example

White with #130E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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