Html Css Color HEX #1305AD New Midnight Blue

📋 copy color: '#1305AD'

red 19 ◦ green 5 ◦ blue 173

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

Shades of New Midnight Blue #1305AD

Tints of New Midnight Blue #1305AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 9.64%
G = 2.54%
B = 87.82%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1305AD (or 0x1305AD) is known color: New Midnight Blue. HEX triplet: 13, 05 and AD. RGB value is (19,5,173). Sum of RGB (Red+Green+Blue) = 19+5+173=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 173 (67.97% from 255 or 87.82% from 197); Max value from RGB is 173 - color contains mainly: blue. Hex color #1305AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1305AD is #ECFA52. Grayscale: #1B1B1B. Windows color (decimal): -15530579 or 11339027. OLE color: 11339027.

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

Color convert

RGB 19 5 173 -
CMYK 0.89 0.97 0 0.32
HSL 245º 0.94% 0.35% -
HSV(B) 245º 0.97% 0.68% -
XYZ 7.87 3.26 39.75 -
YUV 28.34 209.64 121.34 -
System Red Green Blue C M Y K H S L
Decimal 19 5 173 0.89 0.97 0 0.32 245 0.94 0.35
Hex 13 5 AD 59 61 0 20 F5 5E 23
Octal 23 5 255 131 141 0 40 365 136 43
Binary 10011 101 10101101 1011001 1100001 0 100000 11110101 1011110 100011

Color Harmonies of #1305AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1305AD

Black with #1305AD

Text Example


Text Example

White with #1305AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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