Html Css Color HEX #130EAC New Midnight Blue

📋 copy color: '#130EAC'

red 19 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #130EAC

Tints of New Midnight Blue #130EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 83.9%

R = 9.27%
G = 6.83%
B = 83.9%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#130EAC (or 0x130EAC) is known color: New Midnight Blue. HEX triplet: 13, 0E and AC. RGB value is (19,14,172). Sum of RGB (Red+Green+Blue) = 19+14+172=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #130EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130EAC is #ECF153. Grayscale: #202020. Windows color (decimal): -15528276 or 11275795. OLE color: 11275795.

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

Color convert

RGB 19 14 172 -
CMYK 0.89 0.92 0 0.33
HSL 241.9º 0.85% 0.36% -
HSV(B) 241.9º 0.92% 0.67% -
XYZ 7.87 3.43 39.28 -
YUV 33.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 19 14 172 0.89 0.92 0 0.33 241.9 0.85 0.36
Hex 13 E AC 59 5C 0 21 F2 55 24
Octal 23 16 254 131 134 0 41 362 125 44
Binary 10011 1110 10101100 1011001 1011100 0 100001 11110010 1010101 100100

Color Harmonies of #130EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130EAC

Black with #130EAC

Text Example


Text Example

White with #130EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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