Html Css Color HEX #1503AC New Midnight Blue

📋 copy color: '#1503AC'

red 21 ◦ green 3 ◦ blue 172

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

Shades of New Midnight Blue #1503AC

Tints of New Midnight Blue #1503AC

RGB

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

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

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

R = 10.71%
G = 1.53%
B = 87.76%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1503AC (or 0x1503AC) is known color: New Midnight Blue. HEX triplet: 15, 03 and AC. RGB value is (21,3,172). Sum of RGB (Red+Green+Blue) = 21+3+172=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #1503AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1503AC is #EAFC53. Grayscale: #1A1A1A. Windows color (decimal): -15400020 or 11272981. OLE color: 11272981.

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

Color convert

RGB 21 3 172 -
CMYK 0.88 0.98 0 0.33
HSL 246.39º 0.97% 0.34% -
HSV(B) 246.39º 0.98% 0.67% -
XYZ 7.79 3.2 39.24 -
YUV 27.65 209.46 123.26 -
System Red Green Blue C M Y K H S L
Decimal 21 3 172 0.88 0.98 0 0.33 246.39 0.97 0.34
Hex 15 3 AC 58 62 0 21 F6 61 22
Octal 25 3 254 130 142 0 41 366 141 42
Binary 10101 11 10101100 1011000 1100010 0 100001 11110110 1100001 100010

Color Harmonies of #1503AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503AC

Black with #1503AC

Text Example


Text Example

White with #1503AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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