Html Css Color HEX #1503AF New Midnight Blue

📋 copy color: '#1503AF'

red 21 ◦ green 3 ◦ blue 175

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

Shades of New Midnight Blue #1503AF

Tints of New Midnight Blue #1503AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 87.94%

R = 10.55%
G = 1.51%
B = 87.94%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1503AF (or 0x1503AF) is known color: New Midnight Blue. HEX triplet: 15, 03 and AF. RGB value is (21,3,175). Sum of RGB (Red+Green+Blue) = 21+3+175=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #1503AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1503AF is #EAFC50. Grayscale: #1B1B1B. Windows color (decimal): -15400017 or 11469589. OLE color: 11469589.

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

Color convert

RGB 21 3 175 -
CMYK 0.88 0.98 0 0.31
HSL 246.28º 0.97% 0.35% -
HSV(B) 246.28º 0.98% 0.69% -
XYZ 8.08 3.32 40.77 -
YUV 27.99 210.96 123.01 -
System Red Green Blue C M Y K H S L
Decimal 21 3 175 0.88 0.98 0 0.31 246.28 0.97 0.35
Hex 15 3 AF 58 62 0 1F F6 61 23
Octal 25 3 257 130 142 0 37 366 141 43
Binary 10101 11 10101111 1011000 1100010 0 11111 11110110 1100001 100011

Color Harmonies of #1503AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503AF

Black with #1503AF

Text Example


Text Example

White with #1503AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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