Html Css Color HEX #130EAD New Midnight Blue

📋 copy color: '#130EAD'

red 19 ◦ green 14 ◦ blue 173

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

Shades of New Midnight Blue #130EAD

Tints of New Midnight Blue #130EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 83.98%

R = 9.22%
G = 6.8%
B = 83.98%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#130EAD (or 0x130EAD) is known color: New Midnight Blue. HEX triplet: 13, 0E and AD. RGB value is (19,14,173). Sum of RGB (Red+Green+Blue) = 19+14+173=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #130EAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130EAD is #ECF152. Grayscale: #202020. Windows color (decimal): -15528275 or 11341331. OLE color: 11341331.

HSL color Cylindrical-coordinate representation of color #130EAD: hue angle of 241.89º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130EAD is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 14 173 -
CMYK 0.89 0.92 0 0.32
HSL 241.89º 0.85% 0.37% -
HSV(B) 241.89º 0.92% 0.68% -
XYZ 7.97 3.47 39.78 -
YUV 33.62 206.66 117.57 -
System Red Green Blue C M Y K H S L
Decimal 19 14 173 0.89 0.92 0 0.32 241.89 0.85 0.37
Hex 13 E AD 59 5C 0 20 F2 55 25
Octal 23 16 255 131 134 0 40 362 125 45
Binary 10011 1110 10101101 1011001 1011100 0 100000 11110010 1010101 100101

Color Harmonies of #130EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130EAD

Black with #130EAD

Text Example


Text Example

White with #130EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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