Html Css Color HEX #1502AC New Midnight Blue

📋 copy color: '#1502AC'

red 21 ◦ green 2 ◦ blue 172

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

Shades of New Midnight Blue #1502AC

Tints of New Midnight Blue #1502AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 10.77%
G = 1.03%
B = 88.21%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1502AC (or 0x1502AC) is known color: New Midnight Blue. HEX triplet: 15, 02 and AC. RGB value is (21,2,172). Sum of RGB (Red+Green+Blue) = 21+2+172=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #1502AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1502AC is #EAFD53. Grayscale: #1A1A1A. Windows color (decimal): -15400276 or 11272725. OLE color: 11272725.

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

Color convert

RGB 21 2 172 -
CMYK 0.88 0.99 0 0.33
HSL 246.71º 0.98% 0.34% -
HSV(B) 246.71º 0.99% 0.67% -
XYZ 7.78 3.18 39.23 -
YUV 27.06 209.79 123.68 -
System Red Green Blue C M Y K H S L
Decimal 21 2 172 0.88 0.99 0 0.33 246.71 0.98 0.34
Hex 15 2 AC 58 63 0 21 F7 62 22
Octal 25 2 254 130 143 0 41 367 142 42
Binary 10101 10 10101100 1011000 1100011 0 100001 11110111 1100010 100010

Color Harmonies of #1502AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1502AC

Black with #1502AC

Text Example


Text Example

White with #1502AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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