Html Css Color HEX #1505AA New Midnight Blue

📋 copy color: '#1505AA'

red 21 ◦ green 5 ◦ blue 170

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

Shades of New Midnight Blue #1505AA

Tints of New Midnight Blue #1505AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 86.73%

R = 10.71%
G = 2.55%
B = 86.73%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1505AA (or 0x1505AA) is known color: New Midnight Blue. HEX triplet: 15, 05 and AA. RGB value is (21,5,170). Sum of RGB (Red+Green+Blue) = 21+5+170=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #1505AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1505AA is #EAFA55. Grayscale: #1B1B1B. Windows color (decimal): -15399510 or 11142421. OLE color: 11142421.

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

Color convert

RGB 21 5 170 -
CMYK 0.88 0.97 0 0.33
HSL 245.82º 0.94% 0.34% -
HSV(B) 245.82º 0.97% 0.67% -
XYZ 7.62 3.17 38.24 -
YUV 28.59 207.8 122.58 -
System Red Green Blue C M Y K H S L
Decimal 21 5 170 0.88 0.97 0 0.33 245.82 0.94 0.34
Hex 15 5 AA 58 61 0 21 F6 5E 22
Octal 25 5 252 130 141 0 41 366 136 42
Binary 10101 101 10101010 1011000 1100001 0 100001 11110110 1011110 100010

Color Harmonies of #1505AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1505AA

Black with #1505AA

Text Example


Text Example

White with #1505AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1505AA; }

 p { color: rgb(21,5,170); }

 H1.HeaderClassName
 {
   color: #1505AA;
 }
 .AnyTagClassName
 {
   color: #1505AA;
 }
</style>

background-color css

<style>
 a { background-color: #1505AA; }

 a { background-color: rgb(21,5,170); }

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

border-color css

<style>
 span { border-color: #1505AA; }

 span { border-color: rgb(21,5,170); }

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