Html Css Color HEX #1503AD New Midnight Blue

📋 copy color: '#1503AD'

red 21 ◦ green 3 ◦ blue 173

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

Shades of New Midnight Blue #1503AD

Tints of New Midnight Blue #1503AD

RGB

 RED value IS 21 (8.59% from 255) = 10.66%

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 10.66%
G = 1.52%
B = 87.82%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1503AD (or 0x1503AD) is known color: New Midnight Blue. HEX triplet: 15, 03 and AD. RGB value is (21,3,173). Sum of RGB (Red+Green+Blue) = 21+3+173=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 3 (1.56% from 255 or 1.52% 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 #1503AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1503AD is #EAFC52. Grayscale: #1B1B1B. Windows color (decimal): -15400019 or 11338517. OLE color: 11338517.

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

Color convert

RGB 21 3 173 -
CMYK 0.88 0.98 0 0.32
HSL 246.35º 0.97% 0.35% -
HSV(B) 246.35º 0.98% 0.68% -
XYZ 7.88 3.24 39.75 -
YUV 27.76 209.96 123.18 -
System Red Green Blue C M Y K H S L
Decimal 21 3 173 0.88 0.98 0 0.32 246.35 0.97 0.35
Hex 15 3 AD 58 62 0 20 F6 61 23
Octal 25 3 255 130 142 0 40 366 141 43
Binary 10101 11 10101101 1011000 1100010 0 100000 11110110 1100001 100011

Color Harmonies of #1503AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503AD

Black with #1503AD

Text Example


Text Example

White with #1503AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,3,173); }

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

background-color css

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

 a { background-color: rgb(21,3,173); }

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

border-color css

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

 span { border-color: rgb(21,3,173); }

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