Html Css Color HEX #1310AD New Midnight Blue

📋 copy color: '#1310AD'

red 19 ◦ green 16 ◦ blue 173

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

Shades of New Midnight Blue #1310AD

Tints of New Midnight Blue #1310AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

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

R = 9.13%
G = 7.69%
B = 83.17%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1310AD (or 0x1310AD) is known color: New Midnight Blue. HEX triplet: 13, 10 and AD. RGB value is (19,16,173). Sum of RGB (Red+Green+Blue) = 19+16+173=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #1310AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1310AD is #ECEF52. Grayscale: #222222. Windows color (decimal): -15527763 or 11341843. OLE color: 11341843.

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

Color convert

RGB 19 16 173 -
CMYK 0.89 0.91 0 0.32
HSL 241.15º 0.83% 0.37% -
HSV(B) 241.15º 0.91% 0.68% -
XYZ 8 3.53 39.79 -
YUV 34.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 19 16 173 0.89 0.91 0 0.32 241.15 0.83 0.37
Hex 13 10 AD 59 5B 0 20 F1 53 25
Octal 23 20 255 131 133 0 40 361 123 45
Binary 10011 10000 10101101 1011001 1011011 0 100000 11110001 1010011 100101

Color Harmonies of #1310AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1310AD

Black with #1310AD

Text Example


Text Example

White with #1310AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1310AD; }

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

 H1.HeaderClassName
 {
   color: #1310AD;
 }
 .AnyTagClassName
 {
   color: #1310AD;
 }
</style>

background-color css

<style>
 a { background-color: #1310AD; }

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

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

border-color css

<style>
 span { border-color: #1310AD; }

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

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